Html Css Color HEX #C86ACF Orchid

📋 copy color: '#C86ACF'

red 200 ◦ green 106 ◦ blue 207

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

Shades of Orchid #C86ACF

Tints of Orchid #C86ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.66%

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

R = 38.99%
G = 20.66%
B = 40.35%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C86ACF (or 0xC86ACF) is known color: Orchid. HEX triplet: C8, 6A and CF. RGB value is (200,106,207). Sum of RGB (Red+Green+Blue) = 200+106+207=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 106 (41.80% from 255 or 20.66% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #C86ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86ACF is #379530. Grayscale: #919191. Windows color (decimal): -3642673 or 13593288. OLE color: 13593288.

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

Color convert

RGB 200 106 207 -
CMYK 0.03 0.49 0 0.19
HSL 295.84º 0.51% 0.61% -
HSV(B) 295.84º 0.49% 0.81% -
XYZ 40.24 27.09 62.14 -
YUV 145.62 162.64 166.79 -
System Red Green Blue C M Y K H S L
Decimal 200 106 207 0.03 0.49 0 0.19 295.84 0.51 0.61
Hex C8 6A CF 3 31 0 13 128 33 3D
Octal 310 152 317 3 61 0 23 450 63 75
Binary 11001000 1101010 11001111 11 110001 0 10011 100101000 110011 111101

Color Harmonies of #C86ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86ACF

Black with #C86ACF

Text Example


Text Example

White with #C86ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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