Html Css Color HEX #C37ECE Orchid

📋 copy color: '#C37ECE'

red 195 ◦ green 126 ◦ blue 206

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

Shades of Orchid #C37ECE

Tints of Orchid #C37ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.09%

R = 37%
G = 23.91%
B = 39.09%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C37ECE (or 0xC37ECE) is known color: Orchid. HEX triplet: C3, 7E and CE. RGB value is (195,126,206). Sum of RGB (Red+Green+Blue) = 195+126+206=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #C37ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37ECE is #3C8131. Grayscale: #9B9B9B. Windows color (decimal): -3965234 or 13532867. OLE color: 13532867.

HSL color Cylindrical-coordinate representation of color #C37ECE: hue angle of 291.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C37ECE is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 126 206 -
CMYK 0.05 0.39 0 0.19
HSL 291.75º 0.45% 0.65% -
HSV(B) 291.75º 0.39% 0.81% -
XYZ 41.11 30.98 62.21 -
YUV 155.75 156.36 156 -
System Red Green Blue C M Y K H S L
Decimal 195 126 206 0.05 0.39 0 0.19 291.75 0.45 0.65
Hex C3 7E CE 5 27 0 13 124 2D 41
Octal 303 176 316 5 47 0 23 444 55 101
Binary 11000011 1111110 11001110 101 100111 0 10011 100100100 101101 1000001

Color Harmonies of #C37ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37ECE

Black with #C37ECE

Text Example


Text Example

White with #C37ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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