Html Css Color HEX #CB30DE Medium Orchid

📋 copy color: '#CB30DE'

red 203 ◦ green 48 ◦ blue 222

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

Shades of Medium Orchid #CB30DE

Tints of Medium Orchid #CB30DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.93%

R = 42.92%
G = 10.15%
B = 46.93%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB30DE (or 0xCB30DE) is known color: Medium Orchid. HEX triplet: CB, 30 and DE. RGB value is (203,48,222). Sum of RGB (Red+Green+Blue) = 203+48+222=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 48 (19.14% from 255 or 10.15% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB30DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB30DE is #34CF21. Grayscale: #717171. Windows color (decimal): -3460898 or 14561483. OLE color: 14561483.

HSL color Cylindrical-coordinate representation of color #CB30DE: hue angle of 293.45º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB30DE is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 48 222 -
CMYK 0.09 0.78 0 0.13
HSL 293.45º 0.73% 0.53% -
HSV(B) 293.45º 0.78% 0.87% -
XYZ 38.87 20.08 70.94 -
YUV 114.18 188.85 191.35 -
System Red Green Blue C M Y K H S L
Decimal 203 48 222 0.09 0.78 0 0.13 293.45 0.73 0.53
Hex CB 30 DE 9 4E 0 D 125 48 35
Octal 313 60 336 11 116 0 15 445 110 65
Binary 11001011 110000 11011110 1001 1001110 0 1101 100100101 1001000 110101

Color Harmonies of #CB30DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB30DE

Black with #CB30DE

Text Example


Text Example

White with #CB30DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB30DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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