Html Css Color HEX #C86FCF Orchid

📋 copy color: '#C86FCF'

red 200 ◦ green 111 ◦ blue 207

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

Shades of Orchid #C86FCF

Tints of Orchid #C86FCF

RGB

 RED value IS 200 (78.52% from 255) = 38.61%

 GREEN value IS 111 (43.75% from 255) = 21.43%

 BLUE value IS 207 (81.25% from 255) = 39.96%

R = 38.61%
G = 21.43%
B = 39.96%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C86FCF (or 0xC86FCF) is known color: Orchid. HEX triplet: C8, 6F and CF. RGB value is (200,111,207). Sum of RGB (Red+Green+Blue) = 200+111+207=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 111 (43.75% from 255 or 21.43% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #C86FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86FCF is #379030. Grayscale: #949494. Windows color (decimal): -3641393 or 13594568. OLE color: 13594568.

HSL color Cylindrical-coordinate representation of color #C86FCF: hue angle of 295.62º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C86FCF is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 111 207 -
CMYK 0.03 0.46 0 0.19
HSL 295.63º 0.5% 0.62% -
HSV(B) 295.63º 0.46% 0.81% -
XYZ 40.77 28.15 62.32 -
YUV 148.56 160.99 164.69 -
System Red Green Blue C M Y K H S L
Decimal 200 111 207 0.03 0.46 0 0.19 295.63 0.5 0.62
Hex C8 6F CF 3 2E 0 13 128 32 3E
Octal 310 157 317 3 56 0 23 450 62 76
Binary 11001000 1101111 11001111 11 101110 0 10011 100101000 110010 111110

Color Harmonies of #C86FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86FCF

Black with #C86FCF

Text Example


Text Example

White with #C86FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86FCF; }

 p { color: rgb(200,111,207); }

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

background-color css

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

 a { background-color: rgb(200,111,207); }

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

border-color css

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

 span { border-color: rgb(200,111,207); }

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