Html Css Color HEX #C02DDD Medium Orchid

📋 copy color: '#C02DDD'

red 192 ◦ green 45 ◦ blue 221

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

Shades of Medium Orchid #C02DDD

Tints of Medium Orchid #C02DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.25%

R = 41.92%
G = 9.83%
B = 48.25%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C02DDD (or 0xC02DDD) is known color: Medium Orchid. HEX triplet: C0, 2D and DD. RGB value is (192,45,221). Sum of RGB (Red+Green+Blue) = 192+45+221=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 45 (17.97% from 255 or 9.83% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #C02DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02DDD is #3FD222. Grayscale: #6C6C6C. Windows color (decimal): -4182563 or 14495168. OLE color: 14495168.

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

Color convert

RGB 192 45 221 -
CMYK 0.13 0.80 0 0.13
HSL 290.11º 0.72% 0.52% -
HSV(B) 290.11º 0.8% 0.87% -
XYZ 35.73 18.3 70.06 -
YUV 109.02 191.2 187.19 -
System Red Green Blue C M Y K H S L
Decimal 192 45 221 0.13 0.80 0 0.13 290.11 0.72 0.52
Hex C0 2D DD D 50 0 D 122 48 34
Octal 300 55 335 15 120 0 15 442 110 64
Binary 11000000 101101 11011101 1101 1010000 0 1101 100100010 1001000 110100

Color Harmonies of #C02DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02DDD

Black with #C02DDD

Text Example


Text Example

White with #C02DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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