Html Css Color HEX #C86FCA Orchid

📋 copy color: '#C86FCA'

red 200 ◦ green 111 ◦ blue 202

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

Shades of Orchid #C86FCA

Tints of Orchid #C86FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.38%

R = 38.99%
G = 21.64%
B = 39.38%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C86FCA (or 0xC86FCA) is known color: Orchid. HEX triplet: C8, 6F and CA. RGB value is (200,111,202). Sum of RGB (Red+Green+Blue) = 200+111+202=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #C86FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86FCA is #379035. Grayscale: #939393. Windows color (decimal): -3641398 or 13266888. OLE color: 13266888.

HSL color Cylindrical-coordinate representation of color #C86FCA: hue angle of 298.68º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C86FCA is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 200 111 202 -
CMYK 0.01 0.45 0 0.21
HSL 298.68º 0.46% 0.61% -
HSV(B) 298.68º 0.45% 0.79% -
XYZ 40.16 27.91 59.15 -
YUV 147.99 158.49 165.1 -
System Red Green Blue C M Y K H S L
Decimal 200 111 202 0.01 0.45 0 0.21 298.68 0.46 0.61
Hex C8 6F CA 1 2D 0 15 12B 2E 3D
Octal 310 157 312 1 55 0 25 453 56 75
Binary 11001000 1101111 11001010 1 101101 0 10101 100101011 101110 111101

Color Harmonies of #C86FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86FCA

Black with #C86FCA

Text Example


Text Example

White with #C86FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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