Html Css Color HEX #CB5DDA Medium Orchid

📋 copy color: '#CB5DDA'

red 203 ◦ green 93 ◦ blue 218

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

Shades of Medium Orchid #CB5DDA

Tints of Medium Orchid #CB5DDA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.09%

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

R = 39.49%
G = 18.09%
B = 42.41%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB5DDA (or 0xCB5DDA) is known color: Medium Orchid. HEX triplet: CB, 5D and DA. RGB value is (203,93,218). Sum of RGB (Red+Green+Blue) = 203+93+218=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 93 (36.72% from 255 or 18.09% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB5DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5DDA is #34A225. Grayscale: #8B8B8B. Windows color (decimal): -3449382 or 14310859. OLE color: 14310859.

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

Color convert

RGB 203 93 218 -
CMYK 0.07 0.57 0 0.15
HSL 292.8º 0.63% 0.61% -
HSV(B) 292.8º 0.57% 0.85% -
XYZ 41.2 25.59 69.1 -
YUV 140.14 171.94 172.84 -
System Red Green Blue C M Y K H S L
Decimal 203 93 218 0.07 0.57 0 0.15 292.8 0.63 0.61
Hex CB 5D DA 7 39 0 F 125 3F 3D
Octal 313 135 332 7 71 0 17 445 77 75
Binary 11001011 1011101 11011010 111 111001 0 1111 100100101 111111 111101

Color Harmonies of #CB5DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5DDA

Black with #CB5DDA

Text Example


Text Example

White with #CB5DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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