Html Css Color HEX #C86CC9 Orchid

📋 copy color: '#C86CC9'

red 200 ◦ green 108 ◦ blue 201

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

Shades of Orchid #C86CC9

Tints of Orchid #C86CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.49%

R = 39.29%
G = 21.22%
B = 39.49%

CMYK

 C value IS 0.00

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C86CC9 (or 0xC86CC9) is known color: Orchid. HEX triplet: C8, 6C and C9. RGB value is (200,108,201). Sum of RGB (Red+Green+Blue) = 200+108+201=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 201 (78.91% from 255 or 39.49% from 509); Max value from RGB is 201 - color contains mainly: blue. Hex color #C86CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86CC9 is #379336. Grayscale: #919191. Windows color (decimal): -3642167 or 13200584. OLE color: 13200584.

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

Color convert

RGB 200 108 201 -
CMYK 0.00 0.46 0 0.21
HSL 299.35º 0.46% 0.61% -
HSV(B) 299.35º 0.46% 0.79% -
XYZ 39.72 27.22 58.42 -
YUV 146.11 158.98 166.44 -
System Red Green Blue C M Y K H S L
Decimal 200 108 201 0.00 0.46 0 0.21 299.35 0.46 0.61
Hex C8 6C C9 0 2E 0 15 12B 2E 3D
Octal 310 154 311 0 56 0 25 453 56 75
Binary 11001000 1101100 11001001 0 101110 0 10101 100101011 101110 111101

Color Harmonies of #C86CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86CC9

Black with #C86CC9

Text Example


Text Example

White with #C86CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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