Html Css Color HEX #C37DCE Orchid

📋 copy color: '#C37DCE'

red 195 ◦ green 125 ◦ blue 206

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

Shades of Orchid #C37DCE

Tints of Orchid #C37DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.16%

R = 37.07%
G = 23.76%
B = 39.16%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C37DCE (or 0xC37DCE) is known color: Orchid. HEX triplet: C3, 7D and CE. RGB value is (195,125,206). Sum of RGB (Red+Green+Blue) = 195+125+206=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 125 (49.22% from 255 or 23.76% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: blue. Hex color #C37DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37DCE is #3C8231. Grayscale: #9A9A9A. Windows color (decimal): -3965490 or 13532611. OLE color: 13532611.

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

Color convert

RGB 195 125 206 -
CMYK 0.05 0.39 0 0.19
HSL 291.85º 0.45% 0.65% -
HSV(B) 291.85º 0.39% 0.81% -
XYZ 40.98 30.73 62.16 -
YUV 155.16 156.69 156.41 -
System Red Green Blue C M Y K H S L
Decimal 195 125 206 0.05 0.39 0 0.19 291.85 0.45 0.65
Hex C3 7D CE 5 27 0 13 124 2D 41
Octal 303 175 316 5 47 0 23 444 55 101
Binary 11000011 1111101 11001110 101 100111 0 10011 100100100 101101 1000001

Color Harmonies of #C37DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37DCE

Black with #C37DCE

Text Example


Text Example

White with #C37DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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