Html Css Color HEX #C37FC0 Orchid

📋 copy color: '#C37FC0'

red 195 ◦ green 127 ◦ blue 192

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

Shades of Orchid #C37FC0

Tints of Orchid #C37FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.35%

R = 37.94%
G = 24.71%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C37FC0 (or 0xC37FC0) is known color: Orchid. HEX triplet: C3, 7F and C0. RGB value is (195,127,192). Sum of RGB (Red+Green+Blue) = 195+127+192=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 127 (50% from 255 or 24.71% from 514); Blue value is 192 (75.39% from 255 or 37.35% from 514); Max value from RGB is 195 - color contains mainly: red. Hex color #C37FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37FC0 is #3C803F. Grayscale: #9A9A9A. Windows color (decimal): -3964992 or 12615619. OLE color: 12615619.

HSL color Cylindrical-coordinate representation of color #C37FC0: hue angle of 302.65º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C37FC0 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 127 192 -
CMYK 0 0.35 0.02 0.24
HSL 302.65º 0.36% 0.63% -
HSV(B) 302.65º 0.35% 0.76% -
XYZ 39.61 30.59 53.69 -
YUV 154.74 149.03 156.71 -
System Red Green Blue C M Y K H S L
Decimal 195 127 192 0 0.35 0.02 0.24 302.65 0.36 0.63
Hex C3 7F C0 0 23 2 18 12F 24 3F
Octal 303 177 300 0 43 2 30 457 44 77
Binary 11000011 1111111 11000000 0 100011 10 11000 100101111 100100 111111

Color Harmonies of #C37FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37FC0

Black with #C37FC0

Text Example


Text Example

White with #C37FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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