Html Css Color HEX #C37ECC Orchid

📋 copy color: '#C37ECC'

red 195 ◦ green 126 ◦ blue 204

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

Shades of Orchid #C37ECC

Tints of Orchid #C37ECC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24%

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

R = 37.14%
G = 24%
B = 38.86%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C37ECC (or 0xC37ECC) is known color: Orchid. HEX triplet: C3, 7E and CC. RGB value is (195,126,204). Sum of RGB (Red+Green+Blue) = 195+126+204=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 126 (49.61% from 255 or 24% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #C37ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37ECC is #3C8133. Grayscale: #9B9B9B. Windows color (decimal): -3965236 or 13401795. OLE color: 13401795.

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

Color convert

RGB 195 126 204 -
CMYK 0.04 0.38 0 0.2
HSL 293.08º 0.43% 0.65% -
HSV(B) 293.08º 0.38% 0.8% -
XYZ 40.87 30.88 60.93 -
YUV 155.52 155.36 156.16 -
System Red Green Blue C M Y K H S L
Decimal 195 126 204 0.04 0.38 0 0.2 293.08 0.43 0.65
Hex C3 7E CC 4 26 0 14 125 2B 41
Octal 303 176 314 4 46 0 24 445 53 101
Binary 11000011 1111110 11001100 100 100110 0 10100 100100101 101011 1000001

Color Harmonies of #C37ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37ECC

Black with #C37ECC

Text Example


Text Example

White with #C37ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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