Html Css Color HEX #CA64E0 Medium Orchid

📋 copy color: '#CA64E0'

red 202 ◦ green 100 ◦ blue 224

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

Shades of Medium Orchid #CA64E0

Tints of Medium Orchid #CA64E0

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.01%

 BLUE value IS 224 (87.89% from 255) = 42.59%

R = 38.4%
G = 19.01%
B = 42.59%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CA64E0 (or 0xCA64E0) is known color: Medium Orchid. HEX triplet: CA, 64 and E0. RGB value is (202,100,224). Sum of RGB (Red+Green+Blue) = 202+100+224=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 100 (39.45% from 255 or 19.01% from 526); Blue value is 224 (87.89% from 255 or 42.59% from 526); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA64E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA64E0 is #359B1F. Grayscale: #909090. Windows color (decimal): -3513120 or 14705866. OLE color: 14705866.

HSL color Cylindrical-coordinate representation of color #CA64E0: hue angle of 289.35º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA64E0 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 100 224 -
CMYK 0.10 0.55 0 0.12
HSL 289.35º 0.67% 0.64% -
HSV(B) 289.35º 0.55% 0.88% -
XYZ 42.37 27.05 73.51 -
YUV 144.63 172.79 168.92 -
System Red Green Blue C M Y K H S L
Decimal 202 100 224 0.10 0.55 0 0.12 289.35 0.67 0.64
Hex CA 64 E0 A 37 0 C 121 43 40
Octal 312 144 340 12 67 0 14 441 103 100
Binary 11001010 1100100 11100000 1010 110111 0 1100 100100001 1000011 1000000

Color Harmonies of #CA64E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA64E0

Black with #CA64E0

Text Example


Text Example

White with #CA64E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA64E0; }

 p { color: rgb(202,100,224); }

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

background-color css

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

 a { background-color: rgb(202,100,224); }

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

border-color css

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

 span { border-color: rgb(202,100,224); }

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