Html Css Color HEX #CB4BDA Medium Orchid

📋 copy color: '#CB4BDA'

red 203 ◦ green 75 ◦ blue 218

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

Shades of Medium Orchid #CB4BDA

Tints of Medium Orchid #CB4BDA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.12%

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

R = 40.93%
G = 15.12%
B = 43.95%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB4BDA (or 0xCB4BDA) is known color: Medium Orchid. HEX triplet: CB, 4B and DA. RGB value is (203,75,218). Sum of RGB (Red+Green+Blue) = 203+75+218=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 75 (29.69% from 255 or 15.12% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB4BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4BDA is #34B425. Grayscale: #818181. Windows color (decimal): -3453990 or 14306251. OLE color: 14306251.

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

Color convert

RGB 203 75 218 -
CMYK 0.07 0.66 0 0.15
HSL 293.71º 0.66% 0.57% -
HSV(B) 293.71º 0.66% 0.85% -
XYZ 39.8 22.79 68.63 -
YUV 129.57 177.91 180.37 -
System Red Green Blue C M Y K H S L
Decimal 203 75 218 0.07 0.66 0 0.15 293.71 0.66 0.57
Hex CB 4B DA 7 42 0 F 126 42 39
Octal 313 113 332 7 102 0 17 446 102 71
Binary 11001011 1001011 11011010 111 1000010 0 1111 100100110 1000010 111001

Color Harmonies of #CB4BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4BDA

Black with #CB4BDA

Text Example


Text Example

White with #CB4BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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