Html Css Color HEX #C37ECF Orchid

📋 copy color: '#C37ECF'

red 195 ◦ green 126 ◦ blue 207

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

Shades of Orchid #C37ECF

Tints of Orchid #C37ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.2%

R = 36.93%
G = 23.86%
B = 39.2%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C37ECF (or 0xC37ECF) is known color: Orchid. HEX triplet: C3, 7E and CF. RGB value is (195,126,207). Sum of RGB (Red+Green+Blue) = 195+126+207=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 126 (49.61% from 255 or 23.86% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #C37ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37ECF is #3C8130. Grayscale: #9B9B9B. Windows color (decimal): -3965233 or 13598403. OLE color: 13598403.

HSL color Cylindrical-coordinate representation of color #C37ECF: hue angle of 291.11º degrees, saturation: 0.46, 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 #C37ECF is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 126 207 -
CMYK 0.06 0.39 0 0.19
HSL 291.11º 0.46% 0.65% -
HSV(B) 291.11º 0.39% 0.81% -
XYZ 41.23 31.03 62.85 -
YUV 155.87 156.86 155.91 -
System Red Green Blue C M Y K H S L
Decimal 195 126 207 0.06 0.39 0 0.19 291.11 0.46 0.65
Hex C3 7E CF 6 27 0 13 123 2E 41
Octal 303 176 317 6 47 0 23 443 56 101
Binary 11000011 1111110 11001111 110 100111 0 10011 100100011 101110 1000001

Color Harmonies of #C37ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37ECF

Black with #C37ECF

Text Example


Text Example

White with #C37ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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