Html Css Color HEX #CA4CF9 Medium Orchid

📋 copy color: '#CA4CF9'

red 202 ◦ green 76 ◦ blue 249

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

Shades of Medium Orchid #CA4CF9

Tints of Medium Orchid #CA4CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.25%

R = 38.33%
G = 14.42%
B = 47.25%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA4CF9 (or 0xCA4CF9) is known color: Medium Orchid. HEX triplet: CA, 4C and F9. RGB value is (202,76,249). Sum of RGB (Red+Green+Blue) = 202+76+249=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 76 (30.08% from 255 or 14.42% from 527); Blue value is 249 (97.66% from 255 or 47.25% from 527); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA4CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA4CF9 is #35B306. Grayscale: #848484. Windows color (decimal): -3519239 or 16338122. OLE color: 16338122.

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

Color convert

RGB 202 76 249 -
CMYK 0.19 0.69 0 0.02
HSL 283.7º 0.94% 0.64% -
HSV(B) 283.7º 0.69% 0.98% -
XYZ 44.04 24.56 92.04 -
YUV 133.4 193.24 176.93 -
System Red Green Blue C M Y K H S L
Decimal 202 76 249 0.19 0.69 0 0.02 283.7 0.94 0.64
Hex CA 4C F9 13 45 0 2 11C 5E 40
Octal 312 114 371 23 105 0 2 434 136 100
Binary 11001010 1001100 11111001 10011 1000101 0 10 100011100 1011110 1000000

Color Harmonies of #CA4CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4CF9

Black with #CA4CF9

Text Example


Text Example

White with #CA4CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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