Html Css Color HEX #C37CCC Orchid

📋 copy color: '#C37CCC'

red 195 ◦ green 124 ◦ blue 204

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

Shades of Orchid #C37CCC

Tints of Orchid #C37CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.01%

R = 37.28%
G = 23.71%
B = 39.01%

CMYK

 C value IS 0.04

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C37CCC (or 0xC37CCC) is known color: Orchid. HEX triplet: C3, 7C and CC. RGB value is (195,124,204). Sum of RGB (Red+Green+Blue) = 195+124+204=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 124 (48.83% from 255 or 23.71% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: blue. Hex color #C37CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37CCC is #3C8333. Grayscale: #9A9A9A. Windows color (decimal): -3965748 or 13401283. OLE color: 13401283.

HSL color Cylindrical-coordinate representation of color #C37CCC: hue angle of 293.25º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C37CCC is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 195 124 204 -
CMYK 0.04 0.39 0 0.2
HSL 293.25º 0.44% 0.64% -
HSV(B) 293.25º 0.39% 0.8% -
XYZ 40.61 30.38 60.85 -
YUV 154.35 156.02 157 -
System Red Green Blue C M Y K H S L
Decimal 195 124 204 0.04 0.39 0 0.2 293.25 0.44 0.64
Hex C3 7C CC 4 27 0 14 125 2C 40
Octal 303 174 314 4 47 0 24 445 54 100
Binary 11000011 1111100 11001100 100 100111 0 10100 100100101 101100 1000000

Color Harmonies of #C37CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37CCC

Black with #C37CCC

Text Example


Text Example

White with #C37CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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