Html Css Color HEX #C62CDD Medium Orchid

📋 copy color: '#C62CDD'

red 198 ◦ green 44 ◦ blue 221

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

Shades of Medium Orchid #C62CDD

Tints of Medium Orchid #C62CDD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.5%

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

R = 42.76%
G = 9.5%
B = 47.73%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C62CDD (or 0xC62CDD) is known color: Medium Orchid. HEX triplet: C6, 2C and DD. RGB value is (198,44,221). Sum of RGB (Red+Green+Blue) = 198+44+221=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 44 (17.58% from 255 or 9.50% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #C62CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62CDD is #39D322. Grayscale: #6D6D6D. Windows color (decimal): -3789603 or 14494918. OLE color: 14494918.

HSL color Cylindrical-coordinate representation of color #C62CDD: hue angle of 292.2º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62CDD is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 44 221 -
CMYK 0.10 0.80 0 0.13
HSL 292.2º 0.72% 0.52% -
HSV(B) 292.2º 0.8% 0.87% -
XYZ 37.24 19.03 70.12 -
YUV 110.22 190.52 190.61 -
System Red Green Blue C M Y K H S L
Decimal 198 44 221 0.10 0.80 0 0.13 292.2 0.72 0.52
Hex C6 2C DD A 50 0 D 124 48 34
Octal 306 54 335 12 120 0 15 444 110 64
Binary 11000110 101100 11011101 1010 1010000 0 1101 100100100 1001000 110100

Color Harmonies of #C62CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62CDD

Black with #C62CDD

Text Example


Text Example

White with #C62CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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