Html Css Color HEX #CA4FEB Medium Orchid

📋 copy color: '#CA4FEB'

red 202 ◦ green 79 ◦ blue 235

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

Shades of Medium Orchid #CA4FEB

Tints of Medium Orchid #CA4FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.54%

R = 39.15%
G = 15.31%
B = 45.54%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA4FEB (or 0xCA4FEB) is known color: Medium Orchid. HEX triplet: CA, 4F and EB. RGB value is (202,79,235). Sum of RGB (Red+Green+Blue) = 202+79+235=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 79 (31.25% from 255 or 15.31% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA4FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA4FEB is #35B014. Grayscale: #858585. Windows color (decimal): -3518485 or 15421386. OLE color: 15421386.

HSL color Cylindrical-coordinate representation of color #CA4FEB: hue angle of 287.31º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA4FEB is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 79 235 -
CMYK 0.14 0.66 0 0.08
HSL 287.31º 0.8% 0.62% -
HSV(B) 287.31º 0.66% 0.92% -
XYZ 42.15 24.15 81.04 -
YUV 133.56 185.25 176.82 -
System Red Green Blue C M Y K H S L
Decimal 202 79 235 0.14 0.66 0 0.08 287.31 0.8 0.62
Hex CA 4F EB E 42 0 8 11F 50 3E
Octal 312 117 353 16 102 0 10 437 120 76
Binary 11001010 1001111 11101011 1110 1000010 0 1000 100011111 1010000 111110

Color Harmonies of #CA4FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4FEB

Black with #CA4FEB

Text Example


Text Example

White with #CA4FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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