Html Css Color HEX #C02FDD Medium Orchid

📋 copy color: '#C02FDD'

red 192 ◦ green 47 ◦ blue 221

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

Shades of Medium Orchid #C02FDD

Tints of Medium Orchid #C02FDD

RGB

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

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

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

R = 41.74%
G = 10.22%
B = 48.04%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C02FDD (or 0xC02FDD) is known color: Medium Orchid. HEX triplet: C0, 2F and DD. RGB value is (192,47,221). Sum of RGB (Red+Green+Blue) = 192+47+221=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 47 (18.75% from 255 or 10.22% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #C02FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02FDD is #3FD022. Grayscale: #6D6D6D. Windows color (decimal): -4182051 or 14495680. OLE color: 14495680.

HSL color Cylindrical-coordinate representation of color #C02FDD: hue angle of 290º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02FDD is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 47 221 -
CMYK 0.13 0.79 0 0.13
HSL 290º 0.72% 0.53% -
HSV(B) 290º 0.79% 0.87% -
XYZ 35.81 18.46 70.08 -
YUV 110.19 190.54 186.35 -
System Red Green Blue C M Y K H S L
Decimal 192 47 221 0.13 0.79 0 0.13 290 0.72 0.53
Hex C0 2F DD D 4F 0 D 122 48 35
Octal 300 57 335 15 117 0 15 442 110 65
Binary 11000000 101111 11011101 1101 1001111 0 1101 100100010 1001000 110101

Color Harmonies of #C02FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02FDD

Black with #C02FDD

Text Example


Text Example

White with #C02FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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