Html Css Color HEX #CB3ADA Medium Orchid

📋 copy color: '#CB3ADA'

red 203 ◦ green 58 ◦ blue 218

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

Shades of Medium Orchid #CB3ADA

Tints of Medium Orchid #CB3ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.51%

R = 42.38%
G = 12.11%
B = 45.51%

CMYK

 C value IS 0.07

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB3ADA (or 0xCB3ADA) is known color: Medium Orchid. HEX triplet: CB, 3A and DA. RGB value is (203,58,218). Sum of RGB (Red+Green+Blue) = 203+58+218=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 58 (23.05% from 255 or 12.11% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB3ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3ADA is #34C525. Grayscale: #777777. Windows color (decimal): -3458342 or 14301899. OLE color: 14301899.

HSL color Cylindrical-coordinate representation of color #CB3ADA: hue angle of 294.38º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB3ADA is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 58 218 -
CMYK 0.07 0.73 0 0.15
HSL 294.38º 0.68% 0.54% -
HSV(B) 294.38º 0.73% 0.85% -
XYZ 38.8 20.78 68.3 -
YUV 119.6 183.54 187.49 -
System Red Green Blue C M Y K H S L
Decimal 203 58 218 0.07 0.73 0 0.15 294.38 0.68 0.54
Hex CB 3A DA 7 49 0 F 126 44 36
Octal 313 72 332 7 111 0 17 446 104 66
Binary 11001011 111010 11011010 111 1001001 0 1111 100100110 1000100 110110

Color Harmonies of #CB3ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3ADA

Black with #CB3ADA

Text Example


Text Example

White with #CB3ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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