Html Css Color HEX #CF86D1 Orchid

📋 copy color: '#CF86D1'

red 207 ◦ green 134 ◦ blue 209

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

Shades of Orchid #CF86D1

Tints of Orchid #CF86D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38%

R = 37.64%
G = 24.36%
B = 38%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CF86D1 (or 0xCF86D1) is known color: Orchid. HEX triplet: CF, 86 and D1. RGB value is (207,134,209). Sum of RGB (Red+Green+Blue) = 207+134+209=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 134 (52.73% from 255 or 24.36% from 550); Blue value is 209 (82.03% from 255 or 38% from 550); Max value from RGB is 209 - color contains mainly: blue. Hex color #CF86D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF86D1 is #30792E. Grayscale: #A4A4A4. Windows color (decimal): -3176751 or 13731535. OLE color: 13731535.

HSL color Cylindrical-coordinate representation of color #CF86D1: hue angle of 298.4º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF86D1 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 134 209 -
CMYK 0.01 0.36 0 0.18
HSL 298.4º 0.45% 0.67% -
HSV(B) 298.4º 0.36% 0.82% -
XYZ 45.77 34.92 64.65 -
YUV 164.38 153.18 158.4 -
System Red Green Blue C M Y K H S L
Decimal 207 134 209 0.01 0.36 0 0.18 298.4 0.45 0.67
Hex CF 86 D1 1 24 0 12 12A 2D 43
Octal 317 206 321 1 44 0 22 452 55 103
Binary 11001111 10000110 11010001 1 100100 0 10010 100101010 101101 1000011

Color Harmonies of #CF86D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF86D1

Black with #CF86D1

Text Example


Text Example

White with #CF86D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF86D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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