Html Css Color HEX #CF86DC Orchid

📋 copy color: '#CF86DC'

red 207 ◦ green 134 ◦ blue 220

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

Shades of Orchid #CF86DC

Tints of Orchid #CF86DC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.89%

 BLUE value IS 220 (86.33% from 255) = 39.22%

R = 36.9%
G = 23.89%
B = 39.22%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF86DC (or 0xCF86DC) is known color: Orchid. HEX triplet: CF, 86 and DC. RGB value is (207,134,220). Sum of RGB (Red+Green+Blue) = 207+134+220=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 134 (52.73% from 255 or 23.89% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF86DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF86DC is #307923. Grayscale: #A5A5A5. Windows color (decimal): -3176740 or 14452431. OLE color: 14452431.

HSL color Cylindrical-coordinate representation of color #CF86DC: hue angle of 290.93º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF86DC is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 134 220 -
CMYK 0.06 0.39 0 0.14
HSL 290.93º 0.55% 0.69% -
HSV(B) 290.93º 0.39% 0.86% -
XYZ 47.18 35.48 72.07 -
YUV 165.63 158.68 157.51 -
System Red Green Blue C M Y K H S L
Decimal 207 134 220 0.06 0.39 0 0.14 290.93 0.55 0.69
Hex CF 86 DC 6 27 0 E 123 37 45
Octal 317 206 334 6 47 0 16 443 67 105
Binary 11001111 10000110 11011100 110 100111 0 1110 100100011 110111 1000101

Color Harmonies of #CF86DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF86DC

Black with #CF86DC

Text Example


Text Example

White with #CF86DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF86DC; }

 p { color: rgb(207,134,220); }

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

background-color css

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

 a { background-color: rgb(207,134,220); }

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

border-color css

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

 span { border-color: rgb(207,134,220); }

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