Html Css Color HEX #CA5FEA Medium Orchid

📋 copy color: '#CA5FEA'

red 202 ◦ green 95 ◦ blue 234

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

Shades of Medium Orchid #CA5FEA

Tints of Medium Orchid #CA5FEA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.89%

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

R = 38.04%
G = 17.89%
B = 44.07%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA5FEA (or 0xCA5FEA) is known color: Medium Orchid. HEX triplet: CA, 5F and EA. RGB value is (202,95,234). Sum of RGB (Red+Green+Blue) = 202+95+234=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 95 (37.5% from 255 or 17.89% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA5FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5FEA is #35A015. Grayscale: #8E8E8E. Windows color (decimal): -3514390 or 15359946. OLE color: 15359946.

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

Color convert

RGB 202 95 234 -
CMYK 0.14 0.59 0 0.08
HSL 286.19º 0.77% 0.65% -
HSV(B) 286.19º 0.59% 0.92% -
XYZ 43.3 26.68 80.71 -
YUV 142.84 179.45 170.2 -
System Red Green Blue C M Y K H S L
Decimal 202 95 234 0.14 0.59 0 0.08 286.19 0.77 0.65
Hex CA 5F EA E 3B 0 8 11E 4D 41
Octal 312 137 352 16 73 0 10 436 115 101
Binary 11001010 1011111 11101010 1110 111011 0 1000 100011110 1001101 1000001

Color Harmonies of #CA5FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5FEA

Black with #CA5FEA

Text Example


Text Example

White with #CA5FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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