Html Css Color HEX #CF66DE Orchid

📋 copy color: '#CF66DE'

red 207 ◦ green 102 ◦ blue 222

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

Shades of Orchid #CF66DE

Tints of Orchid #CF66DE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.21%

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

R = 38.98%
G = 19.21%
B = 41.81%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF66DE (or 0xCF66DE) is known color: Orchid. HEX triplet: CF, 66 and DE. RGB value is (207,102,222). Sum of RGB (Red+Green+Blue) = 207+102+222=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 102 (40.23% from 255 or 19.21% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF66DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF66DE is #309921. Grayscale: #929292. Windows color (decimal): -3184930 or 14575311. OLE color: 14575311.

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

Color convert

RGB 207 102 222 -
CMYK 0.07 0.54 0 0.13
HSL 292.5º 0.65% 0.64% -
HSV(B) 292.5º 0.54% 0.87% -
XYZ 43.67 28.04 72.22 -
YUV 147.08 170.29 170.74 -
System Red Green Blue C M Y K H S L
Decimal 207 102 222 0.07 0.54 0 0.13 292.5 0.65 0.64
Hex CF 66 DE 7 36 0 D 124 41 40
Octal 317 146 336 7 66 0 15 444 101 100
Binary 11001111 1100110 11011110 111 110110 0 1101 100100100 1000001 1000000

Color Harmonies of #CF66DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF66DE

Black with #CF66DE

Text Example


Text Example

White with #CF66DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF66DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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