Html Css Color HEX #CA4CFB Medium Orchid

📋 copy color: '#CA4CFB'

red 202 ◦ green 76 ◦ blue 251

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

Shades of Medium Orchid #CA4CFB

Tints of Medium Orchid #CA4CFB

RGB

 RED value IS 202 (79.3% from 255) = 38.19%

 GREEN value IS 76 (30.08% from 255) = 14.37%

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

R = 38.19%
G = 14.37%
B = 47.45%

CMYK

 C value IS 0.20

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA4CFB (or 0xCA4CFB) is known color: Medium Orchid. HEX triplet: CA, 4C and FB. RGB value is (202,76,251). Sum of RGB (Red+Green+Blue) = 202+76+251=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 76 (30.08% from 255 or 14.37% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA4CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA4CFB is #35B304. Grayscale: #858585. Windows color (decimal): -3519237 or 16469194. OLE color: 16469194.

HSL color Cylindrical-coordinate representation of color #CA4CFB: hue angle of 283.2º degrees, saturation: 0.96, 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 #CA4CFB is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 76 251 -
CMYK 0.20 0.70 0 0.02
HSL 283.2º 0.96% 0.64% -
HSV(B) 283.2º 0.7% 0.98% -
XYZ 44.35 24.69 93.69 -
YUV 133.62 194.24 176.77 -
System Red Green Blue C M Y K H S L
Decimal 202 76 251 0.20 0.70 0 0.02 283.2 0.96 0.64
Hex CA 4C FB 14 46 0 2 11B 60 40
Octal 312 114 373 24 106 0 2 433 140 100
Binary 11001010 1001100 11111011 10100 1000110 0 10 100011011 1100000 1000000

Color Harmonies of #CA4CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4CFB

Black with #CA4CFB

Text Example


Text Example

White with #CA4CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4CFB; }

 p { color: rgb(202,76,251); }

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

background-color css

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

 a { background-color: rgb(202,76,251); }

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

border-color css

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

 span { border-color: rgb(202,76,251); }

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