Html Css Color HEX #C37ECB Orchid

📋 copy color: '#C37ECB'

red 195 ◦ green 126 ◦ blue 203

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

Shades of Orchid #C37ECB

Tints of Orchid #C37ECB

RGB

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

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

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

R = 37.21%
G = 24.05%
B = 38.74%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C37ECB (or 0xC37ECB) is known color: Orchid. HEX triplet: C3, 7E and CB. RGB value is (195,126,203). Sum of RGB (Red+Green+Blue) = 195+126+203=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 126 (49.61% from 255 or 24.05% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #C37ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37ECB is #3C8134. Grayscale: #9B9B9B. Windows color (decimal): -3965237 or 13336259. OLE color: 13336259.

HSL color Cylindrical-coordinate representation of color #C37ECB: hue angle of 293.77º 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 #C37ECB is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 126 203 -
CMYK 0.04 0.38 0 0.20
HSL 293.77º 0.43% 0.65% -
HSV(B) 293.77º 0.38% 0.8% -
XYZ 40.75 30.84 60.3 -
YUV 155.41 154.86 156.24 -
System Red Green Blue C M Y K H S L
Decimal 195 126 203 0.04 0.38 0 0.20 293.77 0.43 0.65
Hex C3 7E CB 4 26 0 14 126 2B 41
Octal 303 176 313 4 46 0 24 446 53 101
Binary 11000011 1111110 11001011 100 100110 0 10100 100100110 101011 1000001

Color Harmonies of #C37ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37ECB

Black with #C37ECB

Text Example


Text Example

White with #C37ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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