Html Css Color HEX #C02CDD Medium Orchid

📋 copy color: '#C02CDD'

red 192 ◦ green 44 ◦ blue 221

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

Shades of Medium Orchid #C02CDD

Tints of Medium Orchid #C02CDD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.63%

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

R = 42.01%
G = 9.63%
B = 48.36%

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

#C02CDD (or 0xC02CDD) is known color: Medium Orchid. HEX triplet: C0, 2C and DD. RGB value is (192,44,221). Sum of RGB (Red+Green+Blue) = 192+44+221=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 44 (17.58% from 255 or 9.63% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #C02CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02CDD is #3FD322. Grayscale: #6B6B6B. Windows color (decimal): -4182819 or 14494912. OLE color: 14494912.

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

Color convert

RGB 192 44 221 -
CMYK 0.13 0.80 0 0.13
HSL 290.17º 0.72% 0.52% -
HSV(B) 290.17º 0.8% 0.87% -
XYZ 35.69 18.23 70.04 -
YUV 108.43 191.53 187.61 -
System Red Green Blue C M Y K H S L
Decimal 192 44 221 0.13 0.80 0 0.13 290.17 0.72 0.52
Hex C0 2C DD D 50 0 D 122 48 34
Octal 300 54 335 15 120 0 15 442 110 64
Binary 11000000 101100 11011101 1101 1010000 0 1101 100100010 1001000 110100

Color Harmonies of #C02CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02CDD

Black with #C02CDD

Text Example


Text Example

White with #C02CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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