Html Css Color HEX #C86CE1 Orchid

📋 copy color: '#C86CE1'

red 200 ◦ green 108 ◦ blue 225

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

Shades of Orchid #C86CE1

Tints of Orchid #C86CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.21%

R = 37.52%
G = 20.26%
B = 42.21%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C86CE1 (or 0xC86CE1) is known color: Orchid. HEX triplet: C8, 6C and E1. RGB value is (200,108,225). Sum of RGB (Red+Green+Blue) = 200+108+225=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 108 (42.58% from 255 or 20.26% from 533); Blue value is 225 (88.28% from 255 or 42.21% from 533); Max value from RGB is 225 - color contains mainly: blue. Hex color #C86CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86CE1 is #37931E. Grayscale: #949494. Windows color (decimal): -3642143 or 14773448. OLE color: 14773448.

HSL color Cylindrical-coordinate representation of color #C86CE1: hue angle of 287.18º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C86CE1 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 200 108 225 -
CMYK 0.11 0.52 0 0.12
HSL 287.18º 0.66% 0.65% -
HSV(B) 287.18º 0.52% 0.88% -
XYZ 42.77 28.44 74.47 -
YUV 148.85 170.98 164.49 -
System Red Green Blue C M Y K H S L
Decimal 200 108 225 0.11 0.52 0 0.12 287.18 0.66 0.65
Hex C8 6C E1 B 34 0 C 11F 42 41
Octal 310 154 341 13 64 0 14 437 102 101
Binary 11001000 1101100 11100001 1011 110100 0 1100 100011111 1000010 1000001

Color Harmonies of #C86CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86CE1

Black with #C86CE1

Text Example


Text Example

White with #C86CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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