Html Css Color HEX #C37DCD Orchid

📋 copy color: '#C37DCD'

red 195 ◦ green 125 ◦ blue 205

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

Shades of Orchid #C37DCD

Tints of Orchid #C37DCD

RGB

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

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

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

R = 37.14%
G = 23.81%
B = 39.05%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C37DCD (or 0xC37DCD) is known color: Orchid. HEX triplet: C3, 7D and CD. RGB value is (195,125,205). Sum of RGB (Red+Green+Blue) = 195+125+205=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: blue. Hex color #C37DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37DCD is #3C8232. Grayscale: #9A9A9A. Windows color (decimal): -3965491 or 13467075. OLE color: 13467075.

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

Color convert

RGB 195 125 205 -
CMYK 0.05 0.39 0 0.20
HSL 292.5º 0.44% 0.65% -
HSV(B) 292.5º 0.39% 0.8% -
XYZ 40.86 30.68 61.53 -
YUV 155.05 156.19 156.5 -
System Red Green Blue C M Y K H S L
Decimal 195 125 205 0.05 0.39 0 0.20 292.5 0.44 0.65
Hex C3 7D CD 5 27 0 14 124 2C 41
Octal 303 175 315 5 47 0 24 444 54 101
Binary 11000011 1111101 11001101 101 100111 0 10100 100100100 101100 1000001

Color Harmonies of #C37DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37DCD

Black with #C37DCD

Text Example


Text Example

White with #C37DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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