Html Css Color HEX #CA4FF7 Medium Orchid

📋 copy color: '#CA4FF7'

red 202 ◦ green 79 ◦ blue 247

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

Shades of Medium Orchid #CA4FF7

Tints of Medium Orchid #CA4FF7

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.96%

 BLUE value IS 247 (96.88% from 255) = 46.78%

R = 38.26%
G = 14.96%
B = 46.78%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CA4FF7 (or 0xCA4FF7) is known color: Medium Orchid. HEX triplet: CA, 4F and F7. RGB value is (202,79,247). Sum of RGB (Red+Green+Blue) = 202+79+247=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 79 (31.25% from 255 or 14.96% from 528); Blue value is 247 (96.88% from 255 or 46.78% from 528); Max value from RGB is 247 - color contains mainly: blue. Hex color #CA4FF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA4FF7 is #35B008. Grayscale: #868686. Windows color (decimal): -3518473 or 16207818. OLE color: 16207818.

HSL color Cylindrical-coordinate representation of color #CA4FF7: hue angle of 283.93º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4FF7 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 79 247 -
CMYK 0.18 0.68 0 0.03
HSL 283.93º 0.91% 0.64% -
HSV(B) 283.93º 0.68% 0.97% -
XYZ 43.94 24.86 90.48 -
YUV 134.93 191.25 175.84 -
System Red Green Blue C M Y K H S L
Decimal 202 79 247 0.18 0.68 0 0.03 283.93 0.91 0.64
Hex CA 4F F7 12 44 0 3 11C 5B 40
Octal 312 117 367 22 104 0 3 434 133 100
Binary 11001010 1001111 11110111 10010 1000100 0 11 100011100 1011011 1000000

Color Harmonies of #CA4FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4FF7

Black with #CA4FF7

Text Example


Text Example

White with #CA4FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4FF7; }

 p { color: rgb(202,79,247); }

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

background-color css

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

 a { background-color: rgb(202,79,247); }

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

border-color css

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

 span { border-color: rgb(202,79,247); }

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