Html Css Color HEX #C62FDA Medium Orchid

📋 copy color: '#C62FDA'

red 198 ◦ green 47 ◦ blue 218

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

Shades of Medium Orchid #C62FDA

Tints of Medium Orchid #C62FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.08%

R = 42.76%
G = 10.15%
B = 47.08%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C62FDA (or 0xC62FDA) is known color: Medium Orchid. HEX triplet: C6, 2F and DA. RGB value is (198,47,218). Sum of RGB (Red+Green+Blue) = 198+47+218=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 47 (18.75% from 255 or 10.15% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #C62FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62FDA is #39D025. Grayscale: #6F6F6F. Windows color (decimal): -3788838 or 14299078. OLE color: 14299078.

HSL color Cylindrical-coordinate representation of color #C62FDA: hue angle of 292.98º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C62FDA is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 47 218 -
CMYK 0.09 0.78 0 0.15
HSL 292.98º 0.7% 0.52% -
HSV(B) 292.98º 0.78% 0.85% -
XYZ 36.96 19.1 68.07 -
YUV 111.64 188.03 189.6 -
System Red Green Blue C M Y K H S L
Decimal 198 47 218 0.09 0.78 0 0.15 292.98 0.7 0.52
Hex C6 2F DA 9 4E 0 F 125 46 34
Octal 306 57 332 11 116 0 17 445 106 64
Binary 11000110 101111 11011010 1001 1001110 0 1111 100100101 1000110 110100

Color Harmonies of #C62FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62FDA

Black with #C62FDA

Text Example


Text Example

White with #C62FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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