Html Css Color HEX #C02FCE Medium Orchid

📋 copy color: '#C02FCE'

red 192 ◦ green 47 ◦ blue 206

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

Shades of Medium Orchid #C02FCE

Tints of Medium Orchid #C02FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.29%

R = 43.15%
G = 10.56%
B = 46.29%

CMYK

 C value IS 0.07

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C02FCE (or 0xC02FCE) is known color: Medium Orchid. HEX triplet: C0, 2F and CE. RGB value is (192,47,206). Sum of RGB (Red+Green+Blue) = 192+47+206=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 47 (18.75% from 255 or 10.56% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #C02FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02FCE is #3FD031. Grayscale: #6B6B6B. Windows color (decimal): -4182066 or 13512640. OLE color: 13512640.

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

Color convert

RGB 192 47 206 -
CMYK 0.07 0.77 0 0.19
HSL 294.72º 0.63% 0.5% -
HSV(B) 294.72º 0.77% 0.81% -
XYZ 33.9 17.7 60.02 -
YUV 108.48 183.04 187.57 -
System Red Green Blue C M Y K H S L
Decimal 192 47 206 0.07 0.77 0 0.19 294.72 0.63 0.5
Hex C0 2F CE 7 4D 0 13 127 3F 32
Octal 300 57 316 7 115 0 23 447 77 62
Binary 11000000 101111 11001110 111 1001101 0 10011 100100111 111111 110010

Color Harmonies of #C02FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02FCE

Black with #C02FCE

Text Example


Text Example

White with #C02FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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