Html Css Color HEX #CA69E5 Medium Orchid

📋 copy color: '#CA69E5'

red 202 ◦ green 105 ◦ blue 229

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

Shades of Medium Orchid #CA69E5

Tints of Medium Orchid #CA69E5

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.59%

 BLUE value IS 229 (89.84% from 255) = 42.72%

R = 37.69%
G = 19.59%
B = 42.72%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CA69E5 (or 0xCA69E5) is known color: Medium Orchid. HEX triplet: CA, 69 and E5. RGB value is (202,105,229). Sum of RGB (Red+Green+Blue) = 202+105+229=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 105 (41.41% from 255 or 19.59% from 536); Blue value is 229 (89.84% from 255 or 42.72% from 536); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA69E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA69E5 is #35961A. Grayscale: #939393. Windows color (decimal): -3511835 or 15034826. OLE color: 15034826.

HSL color Cylindrical-coordinate representation of color #CA69E5: hue angle of 286.94º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA69E5 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 105 229 -
CMYK 0.12 0.54 0 0.10
HSL 286.94º 0.7% 0.65% -
HSV(B) 286.94º 0.54% 0.9% -
XYZ 43.55 28.32 77.3 -
YUV 148.14 173.64 166.42 -
System Red Green Blue C M Y K H S L
Decimal 202 105 229 0.12 0.54 0 0.10 286.94 0.7 0.65
Hex CA 69 E5 C 36 0 A 11F 46 41
Octal 312 151 345 14 66 0 12 437 106 101
Binary 11001010 1101001 11100101 1100 110110 0 1010 100011111 1000110 1000001

Color Harmonies of #CA69E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA69E5

Black with #CA69E5

Text Example


Text Example

White with #CA69E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA69E5; }

 p { color: rgb(202,105,229); }

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

background-color css

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

 a { background-color: rgb(202,105,229); }

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

border-color css

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

 span { border-color: rgb(202,105,229); }

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