Html Css Color HEX #CB4AFA Medium Orchid

📋 copy color: '#CB4AFA'

red 203 ◦ green 74 ◦ blue 250

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

Shades of Medium Orchid #CB4AFA

Tints of Medium Orchid #CB4AFA

RGB

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

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

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

R = 38.52%
G = 14.04%
B = 47.44%

CMYK

 C value IS 0.19

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB4AFA (or 0xCB4AFA) is known color: Medium Orchid. HEX triplet: CB, 4A and FA. RGB value is (203,74,250). Sum of RGB (Red+Green+Blue) = 203+74+250=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 74 (29.30% from 255 or 14.04% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB4AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB4AFA is #34B505. Grayscale: #848484. Windows color (decimal): -3454214 or 16403147. OLE color: 16403147.

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

Color convert

RGB 203 74 250 -
CMYK 0.19 0.70 0 0.02
HSL 283.98º 0.95% 0.64% -
HSV(B) 283.98º 0.7% 0.98% -
XYZ 44.33 24.5 92.83 -
YUV 132.64 194.24 178.19 -
System Red Green Blue C M Y K H S L
Decimal 203 74 250 0.19 0.70 0 0.02 283.98 0.95 0.64
Hex CB 4A FA 13 46 0 2 11C 5F 40
Octal 313 112 372 23 106 0 2 434 137 100
Binary 11001011 1001010 11111010 10011 1000110 0 10 100011100 1011111 1000000

Color Harmonies of #CB4AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4AFA

Black with #CB4AFA

Text Example


Text Example

White with #CB4AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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