Html Css Color HEX #C02BDF Medium Orchid

📋 copy color: '#C02BDF'

red 192 ◦ green 43 ◦ blue 223

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

Shades of Medium Orchid #C02BDF

Tints of Medium Orchid #C02BDF

RGB

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

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

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

R = 41.92%
G = 9.39%
B = 48.69%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C02BDF (or 0xC02BDF) is known color: Medium Orchid. HEX triplet: C0, 2B and DF. RGB value is (192,43,223). Sum of RGB (Red+Green+Blue) = 192+43+223=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 43 (17.19% from 255 or 9.39% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #C02BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02BDF is #3FD420. Grayscale: #6B6B6B. Windows color (decimal): -4183073 or 14625728. OLE color: 14625728.

HSL color Cylindrical-coordinate representation of color #C02BDF: hue angle of 289.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02BDF is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 43 223 -
CMYK 0.14 0.81 0 0.13
HSL 289.67º 0.74% 0.52% -
HSV(B) 289.67º 0.81% 0.87% -
XYZ 35.92 18.26 71.44 -
YUV 108.07 192.86 187.86 -
System Red Green Blue C M Y K H S L
Decimal 192 43 223 0.14 0.81 0 0.13 289.67 0.74 0.52
Hex C0 2B DF E 51 0 D 122 4A 34
Octal 300 53 337 16 121 0 15 442 112 64
Binary 11000000 101011 11011111 1110 1010001 0 1101 100100010 1001010 110100

Color Harmonies of #C02BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02BDF

Black with #C02BDF

Text Example


Text Example

White with #C02BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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