Html Css Color HEX #C36ECE Orchid

📋 copy color: '#C36ECE'

red 195 ◦ green 110 ◦ blue 206

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

Shades of Orchid #C36ECE

Tints of Orchid #C36ECE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.53%

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

R = 38.16%
G = 21.53%
B = 40.31%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C36ECE (or 0xC36ECE) is known color: Orchid. HEX triplet: C3, 6E and CE. RGB value is (195,110,206). Sum of RGB (Red+Green+Blue) = 195+110+206=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #C36ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36ECE is #3C9131. Grayscale: #929292. Windows color (decimal): -3969330 or 13528771. OLE color: 13528771.

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

Color convert

RGB 195 110 206 -
CMYK 0.05 0.47 0 0.19
HSL 293.13º 0.49% 0.62% -
HSV(B) 293.13º 0.47% 0.81% -
XYZ 39.22 27.21 61.58 -
YUV 146.36 161.66 162.69 -
System Red Green Blue C M Y K H S L
Decimal 195 110 206 0.05 0.47 0 0.19 293.13 0.49 0.62
Hex C3 6E CE 5 2F 0 13 125 31 3E
Octal 303 156 316 5 57 0 23 445 61 76
Binary 11000011 1101110 11001110 101 101111 0 10011 100100101 110001 111110

Color Harmonies of #C36ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36ECE

Black with #C36ECE

Text Example


Text Example

White with #C36ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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