Html Css Color HEX #C36FCE Orchid

📋 copy color: '#C36FCE'

red 195 ◦ green 111 ◦ blue 206

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

Shades of Orchid #C36FCE

Tints of Orchid #C36FCE

RGB

 RED value IS 195 (76.56% from 255) = 38.09%

 GREEN value IS 111 (43.75% from 255) = 21.68%

 BLUE value IS 206 (80.86% from 255) = 40.23%

R = 38.09%
G = 21.68%
B = 40.23%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C36FCE (or 0xC36FCE) is known color: Orchid. HEX triplet: C3, 6F and CE. RGB value is (195,111,206). Sum of RGB (Red+Green+Blue) = 195+111+206=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #C36FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36FCE is #3C9031. Grayscale: #929292. Windows color (decimal): -3969074 or 13529027. OLE color: 13529027.

HSL color Cylindrical-coordinate representation of color #C36FCE: hue angle of 293.05º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C36FCE is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 111 206 -
CMYK 0.05 0.46 0 0.19
HSL 293.05º 0.49% 0.62% -
HSV(B) 293.05º 0.46% 0.81% -
XYZ 39.33 27.43 61.61 -
YUV 146.95 161.33 162.28 -
System Red Green Blue C M Y K H S L
Decimal 195 111 206 0.05 0.46 0 0.19 293.05 0.49 0.62
Hex C3 6F CE 5 2E 0 13 125 31 3E
Octal 303 157 316 5 56 0 23 445 61 76
Binary 11000011 1101111 11001110 101 101110 0 10011 100100101 110001 111110

Color Harmonies of #C36FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36FCE

Black with #C36FCE

Text Example


Text Example

White with #C36FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36FCE; }

 p { color: rgb(195,111,206); }

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

background-color css

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

 a { background-color: rgb(195,111,206); }

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

border-color css

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

 span { border-color: rgb(195,111,206); }

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