Html Css Color HEX #CF66CB Orchid

📋 copy color: '#CF66CB'

red 207 ◦ green 102 ◦ blue 203

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

Shades of Orchid #CF66CB

Tints of Orchid #CF66CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.65%

R = 40.43%
G = 19.92%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CF66CB (or 0xCF66CB) is known color: Orchid. HEX triplet: CF, 66 and CB. RGB value is (207,102,203). Sum of RGB (Red+Green+Blue) = 207+102+203=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 102 (40.23% from 255 or 19.92% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CF66CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF66CB is #309934. Grayscale: #909090. Windows color (decimal): -3184949 or 13330127. OLE color: 13330127.

HSL color Cylindrical-coordinate representation of color #CF66CB: hue angle of 302.29º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF66CB is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 102 203 -
CMYK 0 0.51 0.02 0.19
HSL 302.29º 0.52% 0.61% -
HSV(B) 302.29º 0.51% 0.81% -
XYZ 41.26 27.08 59.55 -
YUV 144.91 160.79 172.29 -
System Red Green Blue C M Y K H S L
Decimal 207 102 203 0 0.51 0.02 0.19 302.29 0.52 0.61
Hex CF 66 CB 0 33 2 13 12E 34 3D
Octal 317 146 313 0 63 2 23 456 64 75
Binary 11001111 1100110 11001011 0 110011 10 10011 100101110 110100 111101

Color Harmonies of #CF66CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF66CB

Black with #CF66CB

Text Example


Text Example

White with #CF66CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF66CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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