Html Css Color HEX #C02BDA Medium Orchid

📋 copy color: '#C02BDA'

red 192 ◦ green 43 ◦ blue 218

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

Shades of Medium Orchid #C02BDA

Tints of Medium Orchid #C02BDA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.49%

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

R = 42.38%
G = 9.49%
B = 48.12%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C02BDA (or 0xC02BDA) is known color: Medium Orchid. HEX triplet: C0, 2B and DA. RGB value is (192,43,218). Sum of RGB (Red+Green+Blue) = 192+43+218=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 43 (17.19% from 255 or 9.49% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #C02BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02BDA is #3FD425. Grayscale: #6A6A6A. Windows color (decimal): -4183078 or 14298048. OLE color: 14298048.

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

Color convert

RGB 192 43 218 -
CMYK 0.12 0.80 0 0.15
HSL 291.09º 0.7% 0.51% -
HSV(B) 291.09º 0.8% 0.85% -
XYZ 35.26 18 67.95 -
YUV 107.5 190.36 188.27 -
System Red Green Blue C M Y K H S L
Decimal 192 43 218 0.12 0.80 0 0.15 291.09 0.7 0.51
Hex C0 2B DA C 50 0 F 123 46 33
Octal 300 53 332 14 120 0 17 443 106 63
Binary 11000000 101011 11011010 1100 1010000 0 1111 100100011 1000110 110011

Color Harmonies of #C02BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02BDA

Black with #C02BDA

Text Example


Text Example

White with #C02BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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