Html Css Color HEX #CF5FDE Orchid

📋 copy color: '#CF5FDE'

red 207 ◦ green 95 ◦ blue 222

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

Shades of Orchid #CF5FDE

Tints of Orchid #CF5FDE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.13%

 BLUE value IS 222 (87.11% from 255) = 42.37%

R = 39.5%
G = 18.13%
B = 42.37%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF5FDE (or 0xCF5FDE) is known color: Orchid. HEX triplet: CF, 5F and DE. RGB value is (207,95,222). Sum of RGB (Red+Green+Blue) = 207+95+222=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 95 (37.5% from 255 or 18.13% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF5FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5FDE is #30A021. Grayscale: #8E8E8E. Windows color (decimal): -3186722 or 14573519. OLE color: 14573519.

HSL color Cylindrical-coordinate representation of color #CF5FDE: hue angle of 292.91º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF5FDE is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 95 222 -
CMYK 0.07 0.57 0 0.13
HSL 292.91º 0.66% 0.62% -
HSV(B) 292.91º 0.57% 0.87% -
XYZ 43.01 26.72 72 -
YUV 142.97 172.61 173.67 -
System Red Green Blue C M Y K H S L
Decimal 207 95 222 0.07 0.57 0 0.13 292.91 0.66 0.62
Hex CF 5F DE 7 39 0 D 125 42 3E
Octal 317 137 336 7 71 0 15 445 102 76
Binary 11001111 1011111 11011110 111 111001 0 1101 100100101 1000010 111110

Color Harmonies of #CF5FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5FDE

Black with #CF5FDE

Text Example


Text Example

White with #CF5FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5FDE; }

 p { color: rgb(207,95,222); }

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

background-color css

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

 a { background-color: rgb(207,95,222); }

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

border-color css

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

 span { border-color: rgb(207,95,222); }

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