Html Css Color HEX #C86CC7 Orchid

📋 copy color: '#C86CC7'

red 200 ◦ green 108 ◦ blue 199

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

Shades of Orchid #C86CC7

Tints of Orchid #C86CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.25%

R = 39.45%
G = 21.3%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.00

 K value IS 0.22

RGB Variations

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

Color information

#C86CC7 (or 0xC86CC7) is known color: Orchid. HEX triplet: C8, 6C and C7. RGB value is (200,108,199). Sum of RGB (Red+Green+Blue) = 200+108+199=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 199 (78.12% from 255 or 39.25% from 507); Max value from RGB is 200 - color contains mainly: red. Hex color #C86CC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86CC7 is #379338. Grayscale: #919191. Windows color (decimal): -3642169 or 13069512. OLE color: 13069512.

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

Color convert

RGB 200 108 199 -
CMYK 0 0.46 0.00 0.22
HSL 300.65º 0.46% 0.6% -
HSV(B) 300.65º 0.46% 0.78% -
XYZ 39.49 27.13 57.19 -
YUV 145.88 157.98 166.6 -
System Red Green Blue C M Y K H S L
Decimal 200 108 199 0 0.46 0.00 0.22 300.65 0.46 0.6
Hex C8 6C C7 0 2E 0 16 12D 2E 3C
Octal 310 154 307 0 56 0 26 455 56 74
Binary 11001000 1101100 11000111 0 101110 0 10110 100101101 101110 111100

Color Harmonies of #C86CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86CC7

Black with #C86CC7

Text Example


Text Example

White with #C86CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86CC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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