Html Css Color HEX #CB41DE Medium Orchid

📋 copy color: '#CB41DE'

red 203 ◦ green 65 ◦ blue 222

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

Shades of Medium Orchid #CB41DE

Tints of Medium Orchid #CB41DE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.27%

 BLUE value IS 222 (87.11% from 255) = 45.31%

R = 41.43%
G = 13.27%
B = 45.31%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB41DE (or 0xCB41DE) is known color: Medium Orchid. HEX triplet: CB, 41 and DE. RGB value is (203,65,222). Sum of RGB (Red+Green+Blue) = 203+65+222=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 65 (25.78% from 255 or 13.27% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB41DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB41DE is #34BE21. Grayscale: #7B7B7B. Windows color (decimal): -3456546 or 14565835. OLE color: 14565835.

HSL color Cylindrical-coordinate representation of color #CB41DE: hue angle of 292.74º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB41DE is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 65 222 -
CMYK 0.09 0.71 0 0.13
HSL 292.74º 0.7% 0.56% -
HSV(B) 292.74º 0.71% 0.87% -
XYZ 39.7 21.75 71.21 -
YUV 124.16 183.22 184.23 -
System Red Green Blue C M Y K H S L
Decimal 203 65 222 0.09 0.71 0 0.13 292.74 0.7 0.56
Hex CB 41 DE 9 47 0 D 125 46 38
Octal 313 101 336 11 107 0 15 445 106 70
Binary 11001011 1000001 11011110 1001 1000111 0 1101 100100101 1000110 111000

Color Harmonies of #CB41DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB41DE

Black with #CB41DE

Text Example


Text Example

White with #CB41DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB41DE; }

 p { color: rgb(203,65,222); }

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

background-color css

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

 a { background-color: rgb(203,65,222); }

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

border-color css

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

 span { border-color: rgb(203,65,222); }

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