Html Css Color HEX #CA4AEA Medium Orchid

📋 copy color: '#CA4AEA'

red 202 ◦ green 74 ◦ blue 234

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

Shades of Medium Orchid #CA4AEA

Tints of Medium Orchid #CA4AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.88%

R = 39.61%
G = 14.51%
B = 45.88%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA4AEA (or 0xCA4AEA) is known color: Medium Orchid. HEX triplet: CA, 4A and EA. RGB value is (202,74,234). Sum of RGB (Red+Green+Blue) = 202+74+234=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 74 (29.30% from 255 or 14.51% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA4AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA4AEA is #35B515. Grayscale: #828282. Windows color (decimal): -3519766 or 15354570. OLE color: 15354570.

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

Color convert

RGB 202 74 234 -
CMYK 0.14 0.68 0 0.08
HSL 288º 0.79% 0.6% -
HSV(B) 288º 0.68% 0.92% -
XYZ 41.66 23.39 80.16 -
YUV 130.51 186.41 178.99 -
System Red Green Blue C M Y K H S L
Decimal 202 74 234 0.14 0.68 0 0.08 288 0.79 0.6
Hex CA 4A EA E 44 0 8 120 4F 3C
Octal 312 112 352 16 104 0 10 440 117 74
Binary 11001010 1001010 11101010 1110 1000100 0 1000 100100000 1001111 111100

Color Harmonies of #CA4AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4AEA

Black with #CA4AEA

Text Example


Text Example

White with #CA4AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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