Html Css Color HEX #CA4AED Medium Orchid

📋 copy color: '#CA4AED'

red 202 ◦ green 74 ◦ blue 237

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

Shades of Medium Orchid #CA4AED

Tints of Medium Orchid #CA4AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.2%

R = 39.38%
G = 14.42%
B = 46.2%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA4AED (or 0xCA4AED) is known color: Medium Orchid. HEX triplet: CA, 4A and ED. RGB value is (202,74,237). Sum of RGB (Red+Green+Blue) = 202+74+237=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 74 (29.30% from 255 or 14.42% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA4AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA4AED is #35B512. Grayscale: #828282. Windows color (decimal): -3519763 or 15551178. OLE color: 15551178.

HSL color Cylindrical-coordinate representation of color #CA4AED: hue angle of 287.12º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA4AED is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 74 237 -
CMYK 0.15 0.69 0 0.07
HSL 287.12º 0.82% 0.61% -
HSV(B) 287.12º 0.69% 0.93% -
XYZ 42.09 23.57 82.45 -
YUV 130.85 187.91 178.75 -
System Red Green Blue C M Y K H S L
Decimal 202 74 237 0.15 0.69 0 0.07 287.12 0.82 0.61
Hex CA 4A ED F 45 0 7 11F 52 3D
Octal 312 112 355 17 105 0 7 437 122 75
Binary 11001010 1001010 11101101 1111 1000101 0 111 100011111 1010010 111101

Color Harmonies of #CA4AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4AED

Black with #CA4AED

Text Example


Text Example

White with #CA4AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4AED; }

 p { color: rgb(202,74,237); }

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

background-color css

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

 a { background-color: rgb(202,74,237); }

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

border-color css

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

 span { border-color: rgb(202,74,237); }

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