Html Css Color HEX #C37ECA Orchid

📋 copy color: '#C37ECA'

red 195 ◦ green 126 ◦ blue 202

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

Shades of Orchid #C37ECA

Tints of Orchid #C37ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.62%

R = 37.28%
G = 24.09%
B = 38.62%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C37ECA (or 0xC37ECA) is known color: Orchid. HEX triplet: C3, 7E and CA. RGB value is (195,126,202). Sum of RGB (Red+Green+Blue) = 195+126+202=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 126 (49.61% from 255 or 24.09% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #C37ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37ECA is #3C8135. Grayscale: #9B9B9B. Windows color (decimal): -3965238 or 13270723. OLE color: 13270723.

HSL color Cylindrical-coordinate representation of color #C37ECA: hue angle of 294.47º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C37ECA is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 195 126 202 -
CMYK 0.03 0.38 0 0.21
HSL 294.47º 0.42% 0.64% -
HSV(B) 294.47º 0.38% 0.79% -
XYZ 40.63 30.79 59.68 -
YUV 155.3 154.36 156.32 -
System Red Green Blue C M Y K H S L
Decimal 195 126 202 0.03 0.38 0 0.21 294.47 0.42 0.64
Hex C3 7E CA 3 26 0 15 126 2A 40
Octal 303 176 312 3 46 0 25 446 52 100
Binary 11000011 1111110 11001010 11 100110 0 10101 100100110 101010 1000000

Color Harmonies of #C37ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37ECA

Black with #C37ECA

Text Example


Text Example

White with #C37ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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