Html Css Color HEX #CB44EA Medium Orchid

📋 copy color: '#CB44EA'

red 203 ◦ green 68 ◦ blue 234

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

Shades of Medium Orchid #CB44EA

Tints of Medium Orchid #CB44EA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.47%

 BLUE value IS 234 (91.8% from 255) = 46.34%

R = 40.2%
G = 13.47%
B = 46.34%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB44EA (or 0xCB44EA) is known color: Medium Orchid. HEX triplet: CB, 44 and EA. RGB value is (203,68,234). Sum of RGB (Red+Green+Blue) = 203+68+234=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 68 (26.95% from 255 or 13.47% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB44EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB44EA is #34BB15. Grayscale: #7E7E7E. Windows color (decimal): -3455766 or 15353035. OLE color: 15353035.

HSL color Cylindrical-coordinate representation of color #CB44EA: hue angle of 288.8º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB44EA is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 68 234 -
CMYK 0.13 0.71 0 0.08
HSL 288.8º 0.8% 0.59% -
HSV(B) 288.8º 0.71% 0.92% -
XYZ 41.55 22.77 80.05 -
YUV 127.29 188.23 182 -
System Red Green Blue C M Y K H S L
Decimal 203 68 234 0.13 0.71 0 0.08 288.8 0.8 0.59
Hex CB 44 EA D 47 0 8 121 50 3B
Octal 313 104 352 15 107 0 10 441 120 73
Binary 11001011 1000100 11101010 1101 1000111 0 1000 100100001 1010000 111011

Color Harmonies of #CB44EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB44EA

Black with #CB44EA

Text Example


Text Example

White with #CB44EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB44EA; }

 p { color: rgb(203,68,234); }

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

background-color css

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

 a { background-color: rgb(203,68,234); }

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

border-color css

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

 span { border-color: rgb(203,68,234); }

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