Html Css Color HEX #CB4DDA Medium Orchid

📋 copy color: '#CB4DDA'

red 203 ◦ green 77 ◦ blue 218

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

Shades of Medium Orchid #CB4DDA

Tints of Medium Orchid #CB4DDA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.46%

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

R = 40.76%
G = 15.46%
B = 43.78%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB4DDA (or 0xCB4DDA) is known color: Medium Orchid. HEX triplet: CB, 4D and DA. RGB value is (203,77,218). Sum of RGB (Red+Green+Blue) = 203+77+218=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 77 (30.47% from 255 or 15.46% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB4DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4DDA is #34B225. Grayscale: #828282. Windows color (decimal): -3453478 or 14306763. OLE color: 14306763.

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

Color convert

RGB 203 77 218 -
CMYK 0.07 0.65 0 0.15
HSL 293.62º 0.66% 0.58% -
HSV(B) 293.62º 0.65% 0.85% -
XYZ 39.94 23.07 68.68 -
YUV 130.75 177.24 179.54 -
System Red Green Blue C M Y K H S L
Decimal 203 77 218 0.07 0.65 0 0.15 293.62 0.66 0.58
Hex CB 4D DA 7 41 0 F 126 42 3A
Octal 313 115 332 7 101 0 17 446 102 72
Binary 11001011 1001101 11011010 111 1000001 0 1111 100100110 1000010 111010

Color Harmonies of #CB4DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4DDA

Black with #CB4DDA

Text Example


Text Example

White with #CB4DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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