Html Css Color HEX #CB4AFB Medium Orchid

📋 copy color: '#CB4AFB'

red 203 ◦ green 74 ◦ blue 251

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

Shades of Medium Orchid #CB4AFB

Tints of Medium Orchid #CB4AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.54%

R = 38.45%
G = 14.02%
B = 47.54%

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

#CB4AFB (or 0xCB4AFB) is known color: Medium Orchid. HEX triplet: CB, 4A and FB. RGB value is (203,74,251). Sum of RGB (Red+Green+Blue) = 203+74+251=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 74 (29.30% from 255 or 14.02% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB4AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB4AFB is #34B504. Grayscale: #848484. Windows color (decimal): -3454213 or 16468683. OLE color: 16468683.

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

Color convert

RGB 203 74 251 -
CMYK 0.19 0.71 0 0.02
HSL 283.73º 0.96% 0.64% -
HSV(B) 283.73º 0.71% 0.98% -
XYZ 44.49 24.56 93.66 -
YUV 132.75 194.74 178.11 -
System Red Green Blue C M Y K H S L
Decimal 203 74 251 0.19 0.71 0 0.02 283.73 0.96 0.64
Hex CB 4A FB 13 47 0 2 11C 60 40
Octal 313 112 373 23 107 0 2 434 140 100
Binary 11001011 1001010 11111011 10011 1000111 0 10 100011100 1100000 1000000

Color Harmonies of #CB4AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4AFB

Black with #CB4AFB

Text Example


Text Example

White with #CB4AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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