Html Css Color HEX #C37DBF Orchid

📋 copy color: '#C37DBF'

red 195 ◦ green 125 ◦ blue 191

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

Shades of Orchid #C37DBF

Tints of Orchid #C37DBF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.46%

 BLUE value IS 191 (75% from 255) = 37.38%

R = 38.16%
G = 24.46%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C37DBF (or 0xC37DBF) is known color: Orchid. HEX triplet: C3, 7D and BF. RGB value is (195,125,191). Sum of RGB (Red+Green+Blue) = 195+125+191=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 195 - color contains mainly: red. Hex color #C37DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37DBF is #3C8240. Grayscale: #999999. Windows color (decimal): -3965505 or 12549571. OLE color: 12549571.

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

Color convert

RGB 195 125 191 -
CMYK 0 0.36 0.02 0.24
HSL 303.43º 0.37% 0.63% -
HSV(B) 303.43º 0.36% 0.76% -
XYZ 39.24 30.03 53.02 -
YUV 153.45 149.19 157.63 -
System Red Green Blue C M Y K H S L
Decimal 195 125 191 0 0.36 0.02 0.24 303.43 0.37 0.63
Hex C3 7D BF 0 24 2 18 12F 25 3F
Octal 303 175 277 0 44 2 30 457 45 77
Binary 11000011 1111101 10111111 0 100100 10 11000 100101111 100101 111111

Color Harmonies of #C37DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37DBF

Black with #C37DBF

Text Example


Text Example

White with #C37DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37DBF; }

 p { color: rgb(195,125,191); }

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

background-color css

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

 a { background-color: rgb(195,125,191); }

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

border-color css

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

 span { border-color: rgb(195,125,191); }

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