Html Css Color HEX #CF66DD Orchid

📋 copy color: '#CF66DD'

red 207 ◦ green 102 ◦ blue 221

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

Shades of Orchid #CF66DD

Tints of Orchid #CF66DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.7%

R = 39.06%
G = 19.25%
B = 41.7%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF66DD (or 0xCF66DD) is known color: Orchid. HEX triplet: CF, 66 and DD. RGB value is (207,102,221). Sum of RGB (Red+Green+Blue) = 207+102+221=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 102 (40.23% from 255 or 19.25% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF66DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF66DD is #309922. Grayscale: #929292. Windows color (decimal): -3184931 or 14509775. OLE color: 14509775.

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

Color convert

RGB 207 102 221 -
CMYK 0.06 0.54 0 0.13
HSL 292.94º 0.64% 0.63% -
HSV(B) 292.94º 0.54% 0.87% -
XYZ 43.53 27.99 71.51 -
YUV 146.96 169.79 170.82 -
System Red Green Blue C M Y K H S L
Decimal 207 102 221 0.06 0.54 0 0.13 292.94 0.64 0.63
Hex CF 66 DD 6 36 0 D 125 40 3F
Octal 317 146 335 6 66 0 15 445 100 77
Binary 11001111 1100110 11011101 110 110110 0 1101 100100101 1000000 111111

Color Harmonies of #CF66DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF66DD

Black with #CF66DD

Text Example


Text Example

White with #CF66DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF66DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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