Html Css Color HEX #C62FDB Medium Orchid

📋 copy color: '#C62FDB'

red 198 ◦ green 47 ◦ blue 219

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

Shades of Medium Orchid #C62FDB

Tints of Medium Orchid #C62FDB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.13%

 BLUE value IS 219 (85.94% from 255) = 47.2%

R = 42.67%
G = 10.13%
B = 47.2%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C62FDB (or 0xC62FDB) is known color: Medium Orchid. HEX triplet: C6, 2F and DB. RGB value is (198,47,219). Sum of RGB (Red+Green+Blue) = 198+47+219=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 47 (18.75% from 255 or 10.13% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #C62FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62FDB is #39D024. Grayscale: #6F6F6F. Windows color (decimal): -3788837 or 14364614. OLE color: 14364614.

HSL color Cylindrical-coordinate representation of color #C62FDB: hue angle of 292.67º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C62FDB is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 47 219 -
CMYK 0.10 0.79 0 0.14
HSL 292.67º 0.7% 0.52% -
HSV(B) 292.67º 0.79% 0.86% -
XYZ 37.09 19.15 68.76 -
YUV 111.76 188.53 189.51 -
System Red Green Blue C M Y K H S L
Decimal 198 47 219 0.10 0.79 0 0.14 292.67 0.7 0.52
Hex C6 2F DB A 4F 0 E 125 46 34
Octal 306 57 333 12 117 0 16 445 106 64
Binary 11000110 101111 11011011 1010 1001111 0 1110 100100101 1000110 110100

Color Harmonies of #C62FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62FDB

Black with #C62FDB

Text Example


Text Example

White with #C62FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62FDB; }

 p { color: rgb(198,47,219); }

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

background-color css

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

 a { background-color: rgb(198,47,219); }

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

border-color css

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

 span { border-color: rgb(198,47,219); }

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