Html Css Color HEX #CB4AF5 Medium Orchid

📋 copy color: '#CB4AF5'

red 203 ◦ green 74 ◦ blue 245

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

Shades of Medium Orchid #CB4AF5

Tints of Medium Orchid #CB4AF5

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.18%

 BLUE value IS 245 (96.09% from 255) = 46.93%

R = 38.89%
G = 14.18%
B = 46.93%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CB4AF5 (or 0xCB4AF5) is known color: Medium Orchid. HEX triplet: CB, 4A and F5. RGB value is (203,74,245). Sum of RGB (Red+Green+Blue) = 203+74+245=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 74 (29.30% from 255 or 14.18% from 522); Blue value is 245 (96.09% from 255 or 46.93% from 522); Max value from RGB is 245 - color contains mainly: blue. Hex color #CB4AF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB4AF5 is #34B50A. Grayscale: #838383. Windows color (decimal): -3454219 or 16075467. OLE color: 16075467.

HSL color Cylindrical-coordinate representation of color #CB4AF5: hue angle of 285.26º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB4AF5 is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 74 245 -
CMYK 0.17 0.70 0 0.04
HSL 285.26º 0.9% 0.63% -
HSV(B) 285.26º 0.7% 0.96% -
XYZ 43.56 24.19 88.76 -
YUV 132.07 191.74 178.6 -
System Red Green Blue C M Y K H S L
Decimal 203 74 245 0.17 0.70 0 0.04 285.26 0.9 0.63
Hex CB 4A F5 11 46 0 4 11D 5A 3F
Octal 313 112 365 21 106 0 4 435 132 77
Binary 11001011 1001010 11110101 10001 1000110 0 100 100011101 1011010 111111

Color Harmonies of #CB4AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4AF5

Black with #CB4AF5

Text Example


Text Example

White with #CB4AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4AF5; }

 p { color: rgb(203,74,245); }

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

background-color css

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

 a { background-color: rgb(203,74,245); }

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

border-color css

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

 span { border-color: rgb(203,74,245); }

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