Html Css Color HEX #C62CDE Medium Orchid

📋 copy color: '#C62CDE'

red 198 ◦ green 44 ◦ blue 222

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

Shades of Medium Orchid #C62CDE

Tints of Medium Orchid #C62CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.84%

R = 42.67%
G = 9.48%
B = 47.84%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C62CDE (or 0xC62CDE) is known color: Medium Orchid. HEX triplet: C6, 2C and DE. RGB value is (198,44,222). Sum of RGB (Red+Green+Blue) = 198+44+222=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 44 (17.58% from 255 or 9.48% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #C62CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62CDE is #39D321. Grayscale: #6D6D6D. Windows color (decimal): -3789602 or 14560454. OLE color: 14560454.

HSL color Cylindrical-coordinate representation of color #C62CDE: hue angle of 291.91º degrees, saturation: 0.73, 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 #C62CDE is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 44 222 -
CMYK 0.11 0.80 0 0.13
HSL 291.91º 0.73% 0.52% -
HSV(B) 291.91º 0.8% 0.87% -
XYZ 37.37 19.08 70.82 -
YUV 110.34 191.02 190.53 -
System Red Green Blue C M Y K H S L
Decimal 198 44 222 0.11 0.80 0 0.13 291.91 0.73 0.52
Hex C6 2C DE B 50 0 D 124 49 34
Octal 306 54 336 13 120 0 15 444 111 64
Binary 11000110 101100 11011110 1011 1010000 0 1101 100100100 1001001 110100

Color Harmonies of #C62CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62CDE

Black with #C62CDE

Text Example


Text Example

White with #C62CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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