Html Css Color HEX #C634D2 Medium Orchid

📋 copy color: '#C634D2'

red 198 ◦ green 52 ◦ blue 210

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

Shades of Medium Orchid #C634D2

Tints of Medium Orchid #C634D2

RGB

 RED value IS 198 (77.73% from 255) = 43.04%

 GREEN value IS 52 (20.7% from 255) = 11.3%

 BLUE value IS 210 (82.42% from 255) = 45.65%

R = 43.04%
G = 11.3%
B = 45.65%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C634D2 (or 0xC634D2) is known color: Medium Orchid. HEX triplet: C6, 34 and D2. RGB value is (198,52,210). Sum of RGB (Red+Green+Blue) = 198+52+210=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 52 (20.70% from 255 or 11.30% from 460); Blue value is 210 (82.42% from 255 or 45.65% from 460); Max value from RGB is 210 - color contains mainly: blue. Hex color #C634D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C634D2 is #39CB2D. Grayscale: #717171. Windows color (decimal): -3787566 or 13776070. OLE color: 13776070.

HSL color Cylindrical-coordinate representation of color #C634D2: hue angle of 295.44º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C634D2 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 52 210 -
CMYK 0.06 0.75 0 0.18
HSL 295.44º 0.64% 0.51% -
HSV(B) 295.44º 0.75% 0.82% -
XYZ 36.15 19.11 62.76 -
YUV 113.67 182.37 188.15 -
System Red Green Blue C M Y K H S L
Decimal 198 52 210 0.06 0.75 0 0.18 295.44 0.64 0.51
Hex C6 34 D2 6 4B 0 12 127 40 33
Octal 306 64 322 6 113 0 22 447 100 63
Binary 11000110 110100 11010010 110 1001011 0 10010 100100111 1000000 110011

Color Harmonies of #C634D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C634D2

Black with #C634D2

Text Example


Text Example

White with #C634D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C634D2; }

 p { color: rgb(198,52,210); }

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

background-color css

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

 a { background-color: rgb(198,52,210); }

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

border-color css

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

 span { border-color: rgb(198,52,210); }

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