Html Css Color HEX #C37FCE Orchid

📋 copy color: '#C37FCE'

red 195 ◦ green 127 ◦ blue 206

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

Shades of Orchid #C37FCE

Tints of Orchid #C37FCE

RGB

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

 GREEN value IS 127 (50% from 255) = 24.05%

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

R = 36.93%
G = 24.05%
B = 39.02%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C37FCE (or 0xC37FCE) is known color: Orchid. HEX triplet: C3, 7F and CE. RGB value is (195,127,206). Sum of RGB (Red+Green+Blue) = 195+127+206=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 206 - color contains mainly: blue. Hex color #C37FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37FCE is #3C8031. Grayscale: #9C9C9C. Windows color (decimal): -3964978 or 13533123. OLE color: 13533123.

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

Color convert

RGB 195 127 206 -
CMYK 0.05 0.38 0 0.19
HSL 291.65º 0.45% 0.65% -
HSV(B) 291.65º 0.38% 0.81% -
XYZ 41.24 31.24 62.25 -
YUV 156.34 156.03 155.58 -
System Red Green Blue C M Y K H S L
Decimal 195 127 206 0.05 0.38 0 0.19 291.65 0.45 0.65
Hex C3 7F CE 5 26 0 13 124 2D 41
Octal 303 177 316 5 46 0 23 444 55 101
Binary 11000011 1111111 11001110 101 100110 0 10011 100100100 101101 1000001

Color Harmonies of #C37FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37FCE

Black with #C37FCE

Text Example


Text Example

White with #C37FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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