Html Css Color HEX #CB3BDA Medium Orchid

📋 copy color: '#CB3BDA'

red 203 ◦ green 59 ◦ blue 218

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

Shades of Medium Orchid #CB3BDA

Tints of Medium Orchid #CB3BDA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.29%

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

R = 42.29%
G = 12.29%
B = 45.42%

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

#CB3BDA (or 0xCB3BDA) is known color: Medium Orchid. HEX triplet: CB, 3B and DA. RGB value is (203,59,218). Sum of RGB (Red+Green+Blue) = 203+59+218=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 59 (23.44% from 255 or 12.29% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB3BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3BDA is #34C425. Grayscale: #777777. Windows color (decimal): -3458086 or 14302155. OLE color: 14302155.

HSL color Cylindrical-coordinate representation of color #CB3BDA: hue angle of 294.34º 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 #CB3BDA is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 59 218 -
CMYK 0.07 0.73 0 0.15
HSL 294.34º 0.68% 0.54% -
HSV(B) 294.34º 0.73% 0.85% -
XYZ 38.85 20.89 68.31 -
YUV 120.18 183.21 187.07 -
System Red Green Blue C M Y K H S L
Decimal 203 59 218 0.07 0.73 0 0.15 294.34 0.68 0.54
Hex CB 3B DA 7 49 0 F 126 44 36
Octal 313 73 332 7 111 0 17 446 104 66
Binary 11001011 111011 11011010 111 1001001 0 1111 100100110 1000100 110110

Color Harmonies of #CB3BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3BDA

Black with #CB3BDA

Text Example


Text Example

White with #CB3BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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