Html Css Color HEX #CB42E9 Medium Orchid

📋 copy color: '#CB42E9'

red 203 ◦ green 66 ◦ blue 233

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

Shades of Medium Orchid #CB42E9

Tints of Medium Orchid #CB42E9

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.15%

 BLUE value IS 233 (91.41% from 255) = 46.41%

R = 40.44%
G = 13.15%
B = 46.41%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CB42E9 (or 0xCB42E9) is known color: Medium Orchid. HEX triplet: CB, 42 and E9. RGB value is (203,66,233). Sum of RGB (Red+Green+Blue) = 203+66+233=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 66 (26.17% from 255 or 13.15% from 502); Blue value is 233 (91.41% from 255 or 46.41% from 502); Max value from RGB is 233 - color contains mainly: blue. Hex color #CB42E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB42E9 is #34BD16. Grayscale: #7D7D7D. Windows color (decimal): -3456279 or 15286987. OLE color: 15286987.

HSL color Cylindrical-coordinate representation of color #CB42E9: hue angle of 289.22º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB42E9 is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 66 233 -
CMYK 0.13 0.72 0 0.09
HSL 289.22º 0.79% 0.59% -
HSV(B) 289.22º 0.72% 0.91% -
XYZ 41.28 22.48 79.25 -
YUV 126 188.39 182.92 -
System Red Green Blue C M Y K H S L
Decimal 203 66 233 0.13 0.72 0 0.09 289.22 0.79 0.59
Hex CB 42 E9 D 48 0 9 121 4F 3B
Octal 313 102 351 15 110 0 11 441 117 73
Binary 11001011 1000010 11101001 1101 1001000 0 1001 100100001 1001111 111011

Color Harmonies of #CB42E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB42E9

Black with #CB42E9

Text Example


Text Example

White with #CB42E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB42E9; }

 p { color: rgb(203,66,233); }

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

background-color css

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

 a { background-color: rgb(203,66,233); }

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

border-color css

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

 span { border-color: rgb(203,66,233); }

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