Html Css Color HEX #CB48FA Medium Orchid

📋 copy color: '#CB48FA'

red 203 ◦ green 72 ◦ blue 250

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

Shades of Medium Orchid #CB48FA

Tints of Medium Orchid #CB48FA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.71%

 BLUE value IS 250 (98.05% from 255) = 47.62%

R = 38.67%
G = 13.71%
B = 47.62%

CMYK

 C value IS 0.19

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB48FA (or 0xCB48FA) is known color: Medium Orchid. HEX triplet: CB, 48 and FA. RGB value is (203,72,250). Sum of RGB (Red+Green+Blue) = 203+72+250=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 72 (28.52% from 255 or 13.71% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB48FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB48FA is #34B705. Grayscale: #828282. Windows color (decimal): -3454726 or 16402635. OLE color: 16402635.

HSL color Cylindrical-coordinate representation of color #CB48FA: hue angle of 284.16º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB48FA is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 72 250 -
CMYK 0.19 0.71 0 0.02
HSL 284.16º 0.95% 0.63% -
HSV(B) 284.16º 0.71% 0.98% -
XYZ 44.2 24.23 92.79 -
YUV 131.46 194.9 179.03 -
System Red Green Blue C M Y K H S L
Decimal 203 72 250 0.19 0.71 0 0.02 284.16 0.95 0.63
Hex CB 48 FA 13 47 0 2 11C 5F 3F
Octal 313 110 372 23 107 0 2 434 137 77
Binary 11001011 1001000 11111010 10011 1000111 0 10 100011100 1011111 111111

Color Harmonies of #CB48FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB48FA

Black with #CB48FA

Text Example


Text Example

White with #CB48FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB48FA; }

 p { color: rgb(203,72,250); }

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

background-color css

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

 a { background-color: rgb(203,72,250); }

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

border-color css

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

 span { border-color: rgb(203,72,250); }

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