Html Css Color HEX #C37CCD Orchid

📋 copy color: '#C37CCD'

red 195 ◦ green 124 ◦ blue 205

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

Shades of Orchid #C37CCD

Tints of Orchid #C37CCD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.66%

 BLUE value IS 205 (80.47% from 255) = 39.12%

R = 37.21%
G = 23.66%
B = 39.12%

CMYK

 C value IS 0.05

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C37CCD (or 0xC37CCD) is known color: Orchid. HEX triplet: C3, 7C and CD. RGB value is (195,124,205). Sum of RGB (Red+Green+Blue) = 195+124+205=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 124 (48.83% from 255 or 23.66% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #C37CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37CCD is #3C8332. Grayscale: #9A9A9A. Windows color (decimal): -3965747 or 13466819. OLE color: 13466819.

HSL color Cylindrical-coordinate representation of color #C37CCD: hue angle of 292.59º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C37CCD is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 124 205 -
CMYK 0.05 0.40 0 0.20
HSL 292.59º 0.45% 0.65% -
HSV(B) 292.59º 0.4% 0.8% -
XYZ 40.73 30.43 61.48 -
YUV 154.46 156.52 156.91 -
System Red Green Blue C M Y K H S L
Decimal 195 124 205 0.05 0.40 0 0.20 292.59 0.45 0.65
Hex C3 7C CD 5 28 0 14 125 2D 41
Octal 303 174 315 5 50 0 24 445 55 101
Binary 11000011 1111100 11001101 101 101000 0 10100 100100101 101101 1000001

Color Harmonies of #C37CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37CCD

Black with #C37CCD

Text Example


Text Example

White with #C37CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37CCD; }

 p { color: rgb(195,124,205); }

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

background-color css

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

 a { background-color: rgb(195,124,205); }

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

border-color css

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

 span { border-color: rgb(195,124,205); }

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