Html Css Color HEX #CB3FD5 Medium Orchid

📋 copy color: '#CB3FD5'

red 203 ◦ green 63 ◦ blue 213

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

Shades of Medium Orchid #CB3FD5

Tints of Medium Orchid #CB3FD5

RGB

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

 GREEN value IS 63 (25% from 255) = 13.15%

 BLUE value IS 213 (83.59% from 255) = 44.47%

R = 42.38%
G = 13.15%
B = 44.47%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CB3FD5 (or 0xCB3FD5) is known color: Medium Orchid. HEX triplet: CB, 3F and D5. RGB value is (203,63,213). Sum of RGB (Red+Green+Blue) = 203+63+213=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 63 (25% from 255 or 13.15% from 479); Blue value is 213 (83.59% from 255 or 44.47% from 479); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB3FD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3FD5 is #34C02A. Grayscale: #797979. Windows color (decimal): -3457067 or 13975499. OLE color: 13975499.

HSL color Cylindrical-coordinate representation of color #CB3FD5: hue angle of 296º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB3FD5 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 63 213 -
CMYK 0.05 0.70 0 0.16
HSL 296º 0.64% 0.54% -
HSV(B) 296º 0.7% 0.84% -
XYZ 38.42 21.06 64.99 -
YUV 121.96 179.38 185.8 -
System Red Green Blue C M Y K H S L
Decimal 203 63 213 0.05 0.70 0 0.16 296 0.64 0.54
Hex CB 3F D5 5 46 0 10 128 40 36
Octal 313 77 325 5 106 0 20 450 100 66
Binary 11001011 111111 11010101 101 1000110 0 10000 100101000 1000000 110110

Color Harmonies of #CB3FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3FD5

Black with #CB3FD5

Text Example


Text Example

White with #CB3FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3FD5; }

 p { color: rgb(203,63,213); }

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

background-color css

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

 a { background-color: rgb(203,63,213); }

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

border-color css

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

 span { border-color: rgb(203,63,213); }

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