Html Css Color HEX #CB3AFA Medium Orchid

📋 copy color: '#CB3AFA'

red 203 ◦ green 58 ◦ blue 250

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

Shades of Medium Orchid #CB3AFA

Tints of Medium Orchid #CB3AFA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.35%

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

R = 39.73%
G = 11.35%
B = 48.92%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB3AFA (or 0xCB3AFA) is known color: Medium Orchid. HEX triplet: CB, 3A and FA. RGB value is (203,58,250). Sum of RGB (Red+Green+Blue) = 203+58+250=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 58 (23.05% from 255 or 11.35% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB3AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3AFA is #34C505. Grayscale: #7A7A7A. Windows color (decimal): -3458310 or 16399051. OLE color: 16399051.

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

Color convert

RGB 203 58 250 -
CMYK 0.19 0.77 0 0.02
HSL 285.31º 0.95% 0.6% -
HSV(B) 285.31º 0.77% 0.98% -
XYZ 43.4 22.62 92.52 -
YUV 123.24 199.54 184.89 -
System Red Green Blue C M Y K H S L
Decimal 203 58 250 0.19 0.77 0 0.02 285.31 0.95 0.6
Hex CB 3A FA 13 4D 0 2 11D 5F 3C
Octal 313 72 372 23 115 0 2 435 137 74
Binary 11001011 111010 11111010 10011 1001101 0 10 100011101 1011111 111100

Color Harmonies of #CB3AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3AFA

Black with #CB3AFA

Text Example


Text Example

White with #CB3AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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