Html Css Color HEX #C36ECB Orchid

📋 copy color: '#C36ECB'

red 195 ◦ green 110 ◦ blue 203

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

Shades of Orchid #C36ECB

Tints of Orchid #C36ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.96%

R = 38.39%
G = 21.65%
B = 39.96%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C36ECB (or 0xC36ECB) is known color: Orchid. HEX triplet: C3, 6E and CB. RGB value is (195,110,203). Sum of RGB (Red+Green+Blue) = 195+110+203=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 110 (43.36% from 255 or 21.65% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #C36ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36ECB is #3C9134. Grayscale: #919191. Windows color (decimal): -3969333 or 13332163. OLE color: 13332163.

HSL color Cylindrical-coordinate representation of color #C36ECB: hue angle of 294.84º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C36ECB is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 110 203 -
CMYK 0.04 0.46 0 0.20
HSL 294.84º 0.47% 0.61% -
HSV(B) 294.84º 0.46% 0.8% -
XYZ 38.86 27.07 59.68 -
YUV 146.02 160.16 162.94 -
System Red Green Blue C M Y K H S L
Decimal 195 110 203 0.04 0.46 0 0.20 294.84 0.47 0.61
Hex C3 6E CB 4 2E 0 14 127 2F 3D
Octal 303 156 313 4 56 0 24 447 57 75
Binary 11000011 1101110 11001011 100 101110 0 10100 100100111 101111 111101

Color Harmonies of #C36ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36ECB

Black with #C36ECB

Text Example


Text Example

White with #C36ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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