Html Css Color HEX #C02DEA Medium Orchid

📋 copy color: '#C02DEA'

red 192 ◦ green 45 ◦ blue 234

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

Shades of Medium Orchid #C02DEA

Tints of Medium Orchid #C02DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.68%

R = 40.76%
G = 9.55%
B = 49.68%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C02DEA (or 0xC02DEA) is known color: Medium Orchid. HEX triplet: C0, 2D and EA. RGB value is (192,45,234). Sum of RGB (Red+Green+Blue) = 192+45+234=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 45 (17.97% from 255 or 9.55% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #C02DEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02DEA is #3FD215. Grayscale: #6D6D6D. Windows color (decimal): -4182550 or 15347136. OLE color: 15347136.

HSL color Cylindrical-coordinate representation of color #C02DEA: hue angle of 286.67º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02DEA is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 45 234 -
CMYK 0.18 0.81 0 0.08
HSL 286.67º 0.82% 0.55% -
HSV(B) 286.67º 0.81% 0.92% -
XYZ 37.53 19.02 79.54 -
YUV 110.5 197.7 186.13 -
System Red Green Blue C M Y K H S L
Decimal 192 45 234 0.18 0.81 0 0.08 286.67 0.82 0.55
Hex C0 2D EA 12 51 0 8 11F 52 37
Octal 300 55 352 22 121 0 10 437 122 67
Binary 11000000 101101 11101010 10010 1010001 0 1000 100011111 1010010 110111

Color Harmonies of #C02DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02DEA

Black with #C02DEA

Text Example


Text Example

White with #C02DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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