Html Css Color HEX #CB42E1 Medium Orchid

📋 copy color: '#CB42E1'

red 203 ◦ green 66 ◦ blue 225

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

Shades of Medium Orchid #CB42E1

Tints of Medium Orchid #CB42E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.55%

R = 41.09%
G = 13.36%
B = 45.55%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CB42E1 (or 0xCB42E1) is known color: Medium Orchid. HEX triplet: CB, 42 and E1. RGB value is (203,66,225). Sum of RGB (Red+Green+Blue) = 203+66+225=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 66 (26.17% from 255 or 13.36% from 494); Blue value is 225 (88.28% from 255 or 45.55% from 494); Max value from RGB is 225 - color contains mainly: blue. Hex color #CB42E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB42E1 is #34BD1E. Grayscale: #7C7C7C. Windows color (decimal): -3456287 or 14762699. OLE color: 14762699.

HSL color Cylindrical-coordinate representation of color #CB42E1: hue angle of 291.7º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB42E1 is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 66 225 -
CMYK 0.10 0.71 0 0.12
HSL 291.7º 0.73% 0.57% -
HSV(B) 291.7º 0.71% 0.88% -
XYZ 40.17 22.03 73.37 -
YUV 125.09 184.39 183.57 -
System Red Green Blue C M Y K H S L
Decimal 203 66 225 0.10 0.71 0 0.12 291.7 0.73 0.57
Hex CB 42 E1 A 47 0 C 124 49 39
Octal 313 102 341 12 107 0 14 444 111 71
Binary 11001011 1000010 11100001 1010 1000111 0 1100 100100100 1001001 111001

Color Harmonies of #CB42E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB42E1

Black with #CB42E1

Text Example


Text Example

White with #CB42E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB42E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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