Html Css Color HEX #C02FDF Medium Orchid

📋 copy color: '#C02FDF'

red 192 ◦ green 47 ◦ blue 223

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

Shades of Medium Orchid #C02FDF

Tints of Medium Orchid #C02FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.27%

R = 41.56%
G = 10.17%
B = 48.27%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C02FDF (or 0xC02FDF) is known color: Medium Orchid. HEX triplet: C0, 2F and DF. RGB value is (192,47,223). Sum of RGB (Red+Green+Blue) = 192+47+223=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 47 (18.75% from 255 or 10.17% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #C02FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02FDF is #3FD020. Grayscale: #6D6D6D. Windows color (decimal): -4182049 or 14626752. OLE color: 14626752.

HSL color Cylindrical-coordinate representation of color #C02FDF: hue angle of 289.43º degrees, saturation: 0.73, 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 #C02FDF is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 47 223 -
CMYK 0.14 0.79 0 0.13
HSL 289.43º 0.73% 0.53% -
HSV(B) 289.43º 0.79% 0.87% -
XYZ 36.07 18.57 71.49 -
YUV 110.42 191.54 186.19 -
System Red Green Blue C M Y K H S L
Decimal 192 47 223 0.14 0.79 0 0.13 289.43 0.73 0.53
Hex C0 2F DF E 4F 0 D 121 49 35
Octal 300 57 337 16 117 0 15 441 111 65
Binary 11000000 101111 11011111 1110 1001111 0 1101 100100001 1001001 110101

Color Harmonies of #C02FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02FDF

Black with #C02FDF

Text Example


Text Example

White with #C02FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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