Html Css Color HEX #C634DD Medium Orchid

📋 copy color: '#C634DD'

red 198 ◦ green 52 ◦ blue 221

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

Shades of Medium Orchid #C634DD

Tints of Medium Orchid #C634DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.92%

R = 42.04%
G = 11.04%
B = 46.92%

CMYK

 C value IS 0.10

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C634DD (or 0xC634DD) is known color: Medium Orchid. HEX triplet: C6, 34 and DD. RGB value is (198,52,221). Sum of RGB (Red+Green+Blue) = 198+52+221=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 52 (20.70% from 255 or 11.04% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #C634DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C634DD is #39CB22. Grayscale: #727272. Windows color (decimal): -3787555 or 14496966. OLE color: 14496966.

HSL color Cylindrical-coordinate representation of color #C634DD: hue angle of 291.83º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C634DD is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 52 221 -
CMYK 0.10 0.76 0 0.13
HSL 291.83º 0.71% 0.54% -
HSV(B) 291.83º 0.76% 0.87% -
XYZ 37.57 19.68 70.23 -
YUV 114.92 187.87 187.26 -
System Red Green Blue C M Y K H S L
Decimal 198 52 221 0.10 0.76 0 0.13 291.83 0.71 0.54
Hex C6 34 DD A 4C 0 D 124 47 36
Octal 306 64 335 12 114 0 15 444 107 66
Binary 11000110 110100 11011101 1010 1001100 0 1101 100100100 1000111 110110

Color Harmonies of #C634DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C634DD

Black with #C634DD

Text Example


Text Example

White with #C634DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C634DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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