Html Css Color HEX #C02DCF Medium Orchid

📋 copy color: '#C02DCF'

red 192 ◦ green 45 ◦ blue 207

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

Shades of Medium Orchid #C02DCF

Tints of Medium Orchid #C02DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.62%

R = 43.24%
G = 10.14%
B = 46.62%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C02DCF (or 0xC02DCF) is known color: Medium Orchid. HEX triplet: C0, 2D and CF. RGB value is (192,45,207). Sum of RGB (Red+Green+Blue) = 192+45+207=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 45 (17.97% from 255 or 10.14% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #C02DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02DCF is #3FD230. Grayscale: #6A6A6A. Windows color (decimal): -4182577 or 13577664. OLE color: 13577664.

HSL color Cylindrical-coordinate representation of color #C02DCF: hue angle of 294.44º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02DCF is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 45 207 -
CMYK 0.07 0.78 0 0.19
HSL 294.44º 0.64% 0.49% -
HSV(B) 294.44º 0.78% 0.81% -
XYZ 33.94 17.59 60.64 -
YUV 107.42 184.2 188.33 -
System Red Green Blue C M Y K H S L
Decimal 192 45 207 0.07 0.78 0 0.19 294.44 0.64 0.49
Hex C0 2D CF 7 4E 0 13 126 40 31
Octal 300 55 317 7 116 0 23 446 100 61
Binary 11000000 101101 11001111 111 1001110 0 10011 100100110 1000000 110001

Color Harmonies of #C02DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02DCF

Black with #C02DCF

Text Example


Text Example

White with #C02DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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