Html Css Color HEX #CB3FE5 Medium Orchid

📋 copy color: '#CB3FE5'

red 203 ◦ green 63 ◦ blue 229

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

Shades of Medium Orchid #CB3FE5

Tints of Medium Orchid #CB3FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 46.26%

R = 41.01%
G = 12.73%
B = 46.26%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CB3FE5 (or 0xCB3FE5) is known color: Medium Orchid. HEX triplet: CB, 3F and E5. RGB value is (203,63,229). Sum of RGB (Red+Green+Blue) = 203+63+229=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 63 (25% from 255 or 12.73% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB3FE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3FE5 is #34C01A. Grayscale: #7B7B7B. Windows color (decimal): -3457051 or 15024075. OLE color: 15024075.

HSL color Cylindrical-coordinate representation of color #CB3FE5: hue angle of 290.6º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB3FE5 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 63 229 -
CMYK 0.11 0.72 0 0.10
HSL 290.6º 0.76% 0.57% -
HSV(B) 290.6º 0.72% 0.9% -
XYZ 40.55 21.91 76.22 -
YUV 123.78 187.38 184.5 -
System Red Green Blue C M Y K H S L
Decimal 203 63 229 0.11 0.72 0 0.10 290.6 0.76 0.57
Hex CB 3F E5 B 48 0 A 123 4C 39
Octal 313 77 345 13 110 0 12 443 114 71
Binary 11001011 111111 11100101 1011 1001000 0 1010 100100011 1001100 111001

Color Harmonies of #CB3FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3FE5

Black with #CB3FE5

Text Example


Text Example

White with #CB3FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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