Html Css Color HEX #C86DC4 Orchid

📋 copy color: '#C86DC4'

red 200 ◦ green 109 ◦ blue 196

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

Shades of Orchid #C86DC4

Tints of Orchid #C86DC4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.58%

 BLUE value IS 196 (76.95% from 255) = 38.81%

R = 39.6%
G = 21.58%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C86DC4 (or 0xC86DC4) is known color: Orchid. HEX triplet: C8, 6D and C4. RGB value is (200,109,196). Sum of RGB (Red+Green+Blue) = 200+109+196=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 196 (76.95% from 255 or 38.81% from 505); Max value from RGB is 200 - color contains mainly: red. Hex color #C86DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86DC4 is #37923B. Grayscale: #919191. Windows color (decimal): -3641916 or 12873160. OLE color: 12873160.

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

Color convert

RGB 200 109 196 -
CMYK 0 0.46 0.02 0.22
HSL 302.64º 0.45% 0.61% -
HSV(B) 302.64º 0.46% 0.78% -
XYZ 39.25 27.2 55.41 -
YUV 146.13 156.15 166.43 -
System Red Green Blue C M Y K H S L
Decimal 200 109 196 0 0.46 0.02 0.22 302.64 0.45 0.61
Hex C8 6D C4 0 2E 2 16 12F 2D 3D
Octal 310 155 304 0 56 2 26 457 55 75
Binary 11001000 1101101 11000100 0 101110 10 10110 100101111 101101 111101

Color Harmonies of #C86DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86DC4

Black with #C86DC4

Text Example


Text Example

White with #C86DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86DC4; }

 p { color: rgb(200,109,196); }

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

background-color css

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

 a { background-color: rgb(200,109,196); }

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

border-color css

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

 span { border-color: rgb(200,109,196); }

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