Html Css Color HEX #C86CCD Orchid

📋 copy color: '#C86CCD'

red 200 ◦ green 108 ◦ blue 205

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

Shades of Orchid #C86CCD

Tints of Orchid #C86CCD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.05%

 BLUE value IS 205 (80.47% from 255) = 39.96%

R = 38.99%
G = 21.05%
B = 39.96%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C86CCD (or 0xC86CCD) is known color: Orchid. HEX triplet: C8, 6C and CD. RGB value is (200,108,205). Sum of RGB (Red+Green+Blue) = 200+108+205=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 108 (42.58% from 255 or 21.05% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #C86CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86CCD is #379332. Grayscale: #929292. Windows color (decimal): -3642163 or 13462728. OLE color: 13462728.

HSL color Cylindrical-coordinate representation of color #C86CCD: hue angle of 296.91º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C86CCD is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 108 205 -
CMYK 0.02 0.47 0 0.20
HSL 296.91º 0.49% 0.61% -
HSV(B) 296.91º 0.47% 0.8% -
XYZ 40.2 27.41 60.93 -
YUV 146.57 160.98 166.11 -
System Red Green Blue C M Y K H S L
Decimal 200 108 205 0.02 0.47 0 0.20 296.91 0.49 0.61
Hex C8 6C CD 2 2F 0 14 129 31 3D
Octal 310 154 315 2 57 0 24 451 61 75
Binary 11001000 1101100 11001101 10 101111 0 10100 100101001 110001 111101

Color Harmonies of #C86CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86CCD

Black with #C86CCD

Text Example


Text Example

White with #C86CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86CCD; }

 p { color: rgb(200,108,205); }

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

background-color css

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

 a { background-color: rgb(200,108,205); }

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

border-color css

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

 span { border-color: rgb(200,108,205); }

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