Html Css Color HEX #C36CCC Medium Orchid

📋 copy color: '#C36CCC'

red 195 ◦ green 108 ◦ blue 204

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

Shades of Medium Orchid #C36CCC

Tints of Medium Orchid #C36CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.24%

R = 38.46%
G = 21.3%
B = 40.24%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C36CCC (or 0xC36CCC) is known color: Medium Orchid. HEX triplet: C3, 6C and CC. RGB value is (195,108,204). Sum of RGB (Red+Green+Blue) = 195+108+204=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #C36CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36CCC is #3C9333. Grayscale: #909090. Windows color (decimal): -3969844 or 13397187. OLE color: 13397187.

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

Color convert

RGB 195 108 204 -
CMYK 0.04 0.47 0 0.2
HSL 294.38º 0.48% 0.61% -
HSV(B) 294.38º 0.47% 0.8% -
XYZ 38.77 26.69 60.23 -
YUV 144.96 161.32 163.69 -
System Red Green Blue C M Y K H S L
Decimal 195 108 204 0.04 0.47 0 0.2 294.38 0.48 0.61
Hex C3 6C CC 4 2F 0 14 126 30 3D
Octal 303 154 314 4 57 0 24 446 60 75
Binary 11000011 1101100 11001100 100 101111 0 10100 100100110 110000 111101

Color Harmonies of #C36CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36CCC

Black with #C36CCC

Text Example


Text Example

White with #C36CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36CCC; }

 p { color: rgb(195,108,204); }

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

background-color css

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

 a { background-color: rgb(195,108,204); }

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

border-color css

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

 span { border-color: rgb(195,108,204); }

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