Html Css Color HEX #C62CDF Medium Orchid

📋 copy color: '#C62CDF'

red 198 ◦ green 44 ◦ blue 223

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

Shades of Medium Orchid #C62CDF

Tints of Medium Orchid #C62CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.96%

R = 42.58%
G = 9.46%
B = 47.96%

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

#C62CDF (or 0xC62CDF) is known color: Medium Orchid. HEX triplet: C6, 2C and DF. RGB value is (198,44,223). Sum of RGB (Red+Green+Blue) = 198+44+223=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 44 (17.58% from 255 or 9.46% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #C62CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62CDF is #39D320. Grayscale: #6D6D6D. Windows color (decimal): -3789601 or 14625990. OLE color: 14625990.

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

Color convert

RGB 198 44 223 -
CMYK 0.11 0.80 0 0.13
HSL 291.62º 0.74% 0.52% -
HSV(B) 291.62º 0.8% 0.87% -
XYZ 37.51 19.13 71.53 -
YUV 110.45 191.52 190.45 -
System Red Green Blue C M Y K H S L
Decimal 198 44 223 0.11 0.80 0 0.13 291.62 0.74 0.52
Hex C6 2C DF B 50 0 D 124 4A 34
Octal 306 54 337 13 120 0 15 444 112 64
Binary 11000110 101100 11011111 1011 1010000 0 1101 100100100 1001010 110100

Color Harmonies of #C62CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62CDF

Black with #C62CDF

Text Example


Text Example

White with #C62CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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