Html Css Color HEX #CF66CA Orchid

📋 copy color: '#CF66CA'

red 207 ◦ green 102 ◦ blue 202

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

Shades of Orchid #CF66CA

Tints of Orchid #CF66CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.53%

R = 40.51%
G = 19.96%
B = 39.53%

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

#CF66CA (or 0xCF66CA) is known color: Orchid. HEX triplet: CF, 66 and CA. RGB value is (207,102,202). Sum of RGB (Red+Green+Blue) = 207+102+202=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 102 (40.23% from 255 or 19.96% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CF66CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF66CA is #309935. Grayscale: #909090. Windows color (decimal): -3184950 or 13264591. OLE color: 13264591.

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

Color convert

RGB 207 102 202 -
CMYK 0 0.51 0.02 0.19
HSL 302.86º 0.52% 0.61% -
HSV(B) 302.86º 0.51% 0.81% -
XYZ 41.14 27.03 58.93 -
YUV 144.8 160.29 172.37 -
System Red Green Blue C M Y K H S L
Decimal 207 102 202 0 0.51 0.02 0.19 302.86 0.52 0.61
Hex CF 66 CA 0 33 2 13 12F 34 3D
Octal 317 146 312 0 63 2 23 457 64 75
Binary 11001111 1100110 11001010 0 110011 10 10011 100101111 110100 111101

Color Harmonies of #CF66CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF66CA

Black with #CF66CA

Text Example


Text Example

White with #CF66CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF66CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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