Html Css Color HEX #CB30D5 Medium Orchid

📋 copy color: '#CB30D5'

red 203 ◦ green 48 ◦ blue 213

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

Shades of Medium Orchid #CB30D5

Tints of Medium Orchid #CB30D5

RGB

 RED value IS 203 (79.69% from 255) = 43.75%

 GREEN value IS 48 (19.14% from 255) = 10.34%

 BLUE value IS 213 (83.59% from 255) = 45.91%

R = 43.75%
G = 10.34%
B = 45.91%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CB30D5 (or 0xCB30D5) is known color: Medium Orchid. HEX triplet: CB, 30 and D5. RGB value is (203,48,213). Sum of RGB (Red+Green+Blue) = 203+48+213=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 48 (19.14% from 255 or 10.34% from 464); Blue value is 213 (83.59% from 255 or 45.91% from 464); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB30D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB30D5 is #34CF2A. Grayscale: #707070. Windows color (decimal): -3460907 or 13971659. OLE color: 13971659.

HSL color Cylindrical-coordinate representation of color #CB30D5: hue angle of 296.36º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB30D5 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 48 213 -
CMYK 0.05 0.77 0 0.16
HSL 296.36º 0.66% 0.51% -
HSV(B) 296.36º 0.77% 0.84% -
XYZ 37.7 19.61 64.75 -
YUV 113.16 184.35 192.08 -
System Red Green Blue C M Y K H S L
Decimal 203 48 213 0.05 0.77 0 0.16 296.36 0.66 0.51
Hex CB 30 D5 5 4D 0 10 128 42 33
Octal 313 60 325 5 115 0 20 450 102 63
Binary 11001011 110000 11010101 101 1001101 0 10000 100101000 1000010 110011

Color Harmonies of #CB30D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB30D5

Black with #CB30D5

Text Example


Text Example

White with #CB30D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB30D5; }

 p { color: rgb(203,48,213); }

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

background-color css

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

 a { background-color: rgb(203,48,213); }

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

border-color css

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

 span { border-color: rgb(203,48,213); }

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