Html Css Color HEX #CF5BE5 Medium Orchid

📋 copy color: '#CF5BE5'

red 207 ◦ green 91 ◦ blue 229

#CF5BE5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #CF5BE5

Tints of Medium Orchid #CF5BE5

RGB

 RED value IS 207 (81.25% from 255) = 39.28%

 GREEN value IS 91 (35.94% from 255) = 17.27%

 BLUE value IS 229 (89.84% from 255) = 43.45%

R = 39.28%
G = 17.27%
B = 43.45%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF5BE5 (or 0xCF5BE5) is known color: Medium Orchid. HEX triplet: CF, 5B and E5. RGB value is (207,91,229). Sum of RGB (Red+Green+Blue) = 207+91+229=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 91 (35.94% from 255 or 17.27% from 527); Blue value is 229 (89.84% from 255 or 43.45% from 527); Max value from RGB is 229 - color contains mainly: blue. Hex color #CF5BE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5BE5 is #30A41A. Grayscale: #8C8C8C. Windows color (decimal): -3187739 or 15031247. OLE color: 15031247.

HSL color Cylindrical-coordinate representation of color #CF5BE5: hue angle of 290.43º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF5BE5 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 91 229 -
CMYK 0.10 0.60 0 0.10
HSL 290.43º 0.73% 0.63% -
HSV(B) 290.43º 0.6% 0.9% -
XYZ 43.62 26.4 76.93 -
YUV 141.42 177.43 174.78 -
System Red Green Blue C M Y K H S L
Decimal 207 91 229 0.10 0.60 0 0.10 290.43 0.73 0.63
Hex CF 5B E5 A 3C 0 A 122 49 3F
Octal 317 133 345 12 74 0 12 442 111 77
Binary 11001111 1011011 11100101 1010 111100 0 1010 100100010 1001001 111111

Color Harmonies of #CF5BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5BE5

Black with #CF5BE5

Text Example


Text Example

White with #CF5BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5BE5; }

 p { color: rgb(207,91,229); }

 H1.HeaderClassName
 {
   color: #CF5BE5;
 }
 .AnyTagClassName
 {
   color: #CF5BE5;
 }
</style>

background-color css

<style>
 a { background-color: #CF5BE5; }

 a { background-color: rgb(207,91,229); }

 div.DivClassName
 {
   background-color: #CF5BE5;
 }
 .BgClassName
 {
   background-color: #CF5BE5;
 }
</style>

border-color css

<style>
 span { border-color: #CF5BE5; }

 span { border-color: rgb(207,91,229); }

 td.TdClassName
 {
   border-color: #CF5BE5;
 }
 .TagClassName
 {
   border-color: #CF5BE5;
 }
</style>