Html Css Color HEX #CF86D7 Orchid

📋 copy color: '#CF86D7'

red 207 ◦ green 134 ◦ blue 215

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

Shades of Orchid #CF86D7

Tints of Orchid #CF86D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.67%

R = 37.23%
G = 24.1%
B = 38.67%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF86D7 (or 0xCF86D7) is known color: Orchid. HEX triplet: CF, 86 and D7. RGB value is (207,134,215). Sum of RGB (Red+Green+Blue) = 207+134+215=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 134 (52.73% from 255 or 24.10% from 556); Blue value is 215 (84.38% from 255 or 38.67% from 556); Max value from RGB is 215 - color contains mainly: blue. Hex color #CF86D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF86D7 is #307928. Grayscale: #A4A4A4. Windows color (decimal): -3176745 or 14124751. OLE color: 14124751.

HSL color Cylindrical-coordinate representation of color #CF86D7: hue angle of 294.07º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF86D7 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 134 215 -
CMYK 0.04 0.38 0 0.16
HSL 294.07º 0.5% 0.68% -
HSV(B) 294.07º 0.38% 0.84% -
XYZ 46.52 35.22 68.64 -
YUV 165.06 156.18 157.91 -
System Red Green Blue C M Y K H S L
Decimal 207 134 215 0.04 0.38 0 0.16 294.07 0.5 0.68
Hex CF 86 D7 4 26 0 10 126 32 44
Octal 317 206 327 4 46 0 20 446 62 104
Binary 11001111 10000110 11010111 100 100110 0 10000 100100110 110010 1000100

Color Harmonies of #CF86D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF86D7

Black with #CF86D7

Text Example


Text Example

White with #CF86D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF86D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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