Html Css Color HEX #CB48DA Medium Orchid

📋 copy color: '#CB48DA'

red 203 ◦ green 72 ◦ blue 218

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

Shades of Medium Orchid #CB48DA

Tints of Medium Orchid #CB48DA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.6%

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

R = 41.18%
G = 14.6%
B = 44.22%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB48DA (or 0xCB48DA) is known color: Medium Orchid. HEX triplet: CB, 48 and DA. RGB value is (203,72,218). Sum of RGB (Red+Green+Blue) = 203+72+218=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 72 (28.52% from 255 or 14.60% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB48DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB48DA is #34B725. Grayscale: #7F7F7F. Windows color (decimal): -3454758 or 14305483. OLE color: 14305483.

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

Color convert

RGB 203 72 218 -
CMYK 0.07 0.67 0 0.15
HSL 293.84º 0.66% 0.57% -
HSV(B) 293.84º 0.67% 0.85% -
XYZ 39.6 22.39 68.56 -
YUV 127.81 178.9 181.63 -
System Red Green Blue C M Y K H S L
Decimal 203 72 218 0.07 0.67 0 0.15 293.84 0.66 0.57
Hex CB 48 DA 7 43 0 F 126 42 39
Octal 313 110 332 7 103 0 17 446 102 71
Binary 11001011 1001000 11011010 111 1000011 0 1111 100100110 1000010 111001

Color Harmonies of #CB48DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB48DA

Black with #CB48DA

Text Example


Text Example

White with #CB48DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB48DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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