Html Css Color HEX #CF66C4 Orchid

📋 copy color: '#CF66C4'

red 207 ◦ green 102 ◦ blue 196

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

Shades of Orchid #CF66C4

Tints of Orchid #CF66C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.81%

R = 40.99%
G = 20.2%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CF66C4 (or 0xCF66C4) is known color: Orchid. HEX triplet: CF, 66 and C4. RGB value is (207,102,196). Sum of RGB (Red+Green+Blue) = 207+102+196=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 102 (40.23% from 255 or 20.20% from 505); Blue value is 196 (76.95% from 255 or 38.81% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CF66C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF66C4 is #30993B. Grayscale: #8F8F8F. Windows color (decimal): -3184956 or 12871375. OLE color: 12871375.

HSL color Cylindrical-coordinate representation of color #CF66C4: hue angle of 306.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 #CF66C4 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 102 196 -
CMYK 0 0.51 0.05 0.19
HSL 306.29º 0.52% 0.61% -
HSV(B) 306.29º 0.51% 0.81% -
XYZ 40.45 26.75 55.26 -
YUV 144.11 157.29 172.86 -
System Red Green Blue C M Y K H S L
Decimal 207 102 196 0 0.51 0.05 0.19 306.29 0.52 0.61
Hex CF 66 C4 0 33 5 13 132 34 3D
Octal 317 146 304 0 63 5 23 462 64 75
Binary 11001111 1100110 11000100 0 110011 101 10011 100110010 110100 111101

Color Harmonies of #CF66C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF66C4

Black with #CF66C4

Text Example


Text Example

White with #CF66C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF66C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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