Html Css Color HEX #CF66DA Orchid

📋 copy color: '#CF66DA'

red 207 ◦ green 102 ◦ blue 218

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

Shades of Orchid #CF66DA

Tints of Orchid #CF66DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.37%

R = 39.28%
G = 19.35%
B = 41.37%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF66DA (or 0xCF66DA) is known color: Orchid. HEX triplet: CF, 66 and DA. RGB value is (207,102,218). Sum of RGB (Red+Green+Blue) = 207+102+218=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 102 (40.23% from 255 or 19.35% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF66DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF66DA is #309925. Grayscale: #929292. Windows color (decimal): -3184934 or 14313167. OLE color: 14313167.

HSL color Cylindrical-coordinate representation of color #CF66DA: hue angle of 294.31º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF66DA is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 102 218 -
CMYK 0.05 0.53 0 0.15
HSL 294.31º 0.61% 0.63% -
HSV(B) 294.31º 0.53% 0.85% -
XYZ 43.14 27.83 69.43 -
YUV 146.62 168.29 171.07 -
System Red Green Blue C M Y K H S L
Decimal 207 102 218 0.05 0.53 0 0.15 294.31 0.61 0.63
Hex CF 66 DA 5 35 0 F 126 3D 3F
Octal 317 146 332 5 65 0 17 446 75 77
Binary 11001111 1100110 11011010 101 110101 0 1111 100100110 111101 111111

Color Harmonies of #CF66DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF66DA

Black with #CF66DA

Text Example


Text Example

White with #CF66DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF66DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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