Html Css Color HEX #C62BDF Medium Orchid

📋 copy color: '#C62BDF'

red 198 ◦ green 43 ◦ blue 223

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

Shades of Medium Orchid #C62BDF

Tints of Medium Orchid #C62BDF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.27%

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

R = 42.67%
G = 9.27%
B = 48.06%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C62BDF (or 0xC62BDF) is known color: Medium Orchid. HEX triplet: C6, 2B and DF. RGB value is (198,43,223). Sum of RGB (Red+Green+Blue) = 198+43+223=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 43 (17.19% from 255 or 9.27% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #C62BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62BDF is #39D420. Grayscale: #6D6D6D. Windows color (decimal): -3789857 or 14625734. OLE color: 14625734.

HSL color Cylindrical-coordinate representation of color #C62BDF: hue angle of 291.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C62BDF is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 43 223 -
CMYK 0.11 0.81 0 0.13
HSL 291.67º 0.74% 0.52% -
HSV(B) 291.67º 0.81% 0.87% -
XYZ 37.47 19.06 71.52 -
YUV 109.87 191.85 190.86 -
System Red Green Blue C M Y K H S L
Decimal 198 43 223 0.11 0.81 0 0.13 291.67 0.74 0.52
Hex C6 2B DF B 51 0 D 124 4A 34
Octal 306 53 337 13 121 0 15 444 112 64
Binary 11000110 101011 11011111 1011 1010001 0 1101 100100100 1001010 110100

Color Harmonies of #C62BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62BDF

Black with #C62BDF

Text Example


Text Example

White with #C62BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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