Html Css Color HEX #CB3ADE Medium Orchid

📋 copy color: '#CB3ADE'

red 203 ◦ green 58 ◦ blue 222

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

Shades of Medium Orchid #CB3ADE

Tints of Medium Orchid #CB3ADE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.01%

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

R = 42.03%
G = 12.01%
B = 45.96%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB3ADE (or 0xCB3ADE) is known color: Medium Orchid. HEX triplet: CB, 3A and DE. RGB value is (203,58,222). Sum of RGB (Red+Green+Blue) = 203+58+222=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 58 (23.05% from 255 or 12.01% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB3ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3ADE is #34C521. Grayscale: #777777. Windows color (decimal): -3458338 or 14564043. OLE color: 14564043.

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

Color convert

RGB 203 58 222 -
CMYK 0.09 0.74 0 0.13
HSL 293.05º 0.71% 0.55% -
HSV(B) 293.05º 0.74% 0.87% -
XYZ 39.33 21 71.09 -
YUV 120.05 185.54 187.16 -
System Red Green Blue C M Y K H S L
Decimal 203 58 222 0.09 0.74 0 0.13 293.05 0.71 0.55
Hex CB 3A DE 9 4A 0 D 125 47 37
Octal 313 72 336 11 112 0 15 445 107 67
Binary 11001011 111010 11011110 1001 1001010 0 1101 100100101 1000111 110111

Color Harmonies of #CB3ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3ADE

Black with #CB3ADE

Text Example


Text Example

White with #CB3ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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