Html Css Color HEX #C02DDA Medium Orchid

📋 copy color: '#C02DDA'

red 192 ◦ green 45 ◦ blue 218

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

Shades of Medium Orchid #C02DDA

Tints of Medium Orchid #C02DDA

RGB

 RED value IS 192 (75.39% from 255) = 42.2%

 GREEN value IS 45 (17.97% from 255) = 9.89%

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

R = 42.2%
G = 9.89%
B = 47.91%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C02DDA (or 0xC02DDA) is known color: Medium Orchid. HEX triplet: C0, 2D and DA. RGB value is (192,45,218). Sum of RGB (Red+Green+Blue) = 192+45+218=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 45 (17.97% from 255 or 9.89% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #C02DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02DDA is #3FD225. Grayscale: #6C6C6C. Windows color (decimal): -4182566 or 14298560. OLE color: 14298560.

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

Color convert

RGB 192 45 218 -
CMYK 0.12 0.79 0 0.15
HSL 290.98º 0.7% 0.52% -
HSV(B) 290.98º 0.79% 0.85% -
XYZ 35.33 18.15 67.97 -
YUV 108.68 189.7 187.43 -
System Red Green Blue C M Y K H S L
Decimal 192 45 218 0.12 0.79 0 0.15 290.98 0.7 0.52
Hex C0 2D DA C 4F 0 F 123 46 34
Octal 300 55 332 14 117 0 17 443 106 64
Binary 11000000 101101 11011010 1100 1001111 0 1111 100100011 1000110 110100

Color Harmonies of #C02DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02DDA

Black with #C02DDA

Text Example


Text Example

White with #C02DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02DDA; }

 p { color: rgb(192,45,218); }

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

background-color css

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

 a { background-color: rgb(192,45,218); }

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

border-color css

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

 span { border-color: rgb(192,45,218); }

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