Html Css Color HEX #CA65E0 Medium Orchid

📋 copy color: '#CA65E0'

red 202 ◦ green 101 ◦ blue 224

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

Shades of Medium Orchid #CA65E0

Tints of Medium Orchid #CA65E0

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.17%

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

R = 38.33%
G = 19.17%
B = 42.5%

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

#CA65E0 (or 0xCA65E0) is known color: Medium Orchid. HEX triplet: CA, 65 and E0. RGB value is (202,101,224). Sum of RGB (Red+Green+Blue) = 202+101+224=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA65E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA65E0 is #359A1F. Grayscale: #909090. Windows color (decimal): -3512864 or 14706122. OLE color: 14706122.

HSL color Cylindrical-coordinate representation of color #CA65E0: hue angle of 289.27º degrees, saturation: 0.66, 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 #CA65E0 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 101 224 -
CMYK 0.10 0.55 0 0.12
HSL 289.27º 0.66% 0.64% -
HSV(B) 289.27º 0.55% 0.88% -
XYZ 42.47 27.25 73.54 -
YUV 145.22 172.46 168.5 -
System Red Green Blue C M Y K H S L
Decimal 202 101 224 0.10 0.55 0 0.12 289.27 0.66 0.64
Hex CA 65 E0 A 37 0 C 121 42 40
Octal 312 145 340 12 67 0 14 441 102 100
Binary 11001010 1100101 11100000 1010 110111 0 1100 100100001 1000010 1000000

Color Harmonies of #CA65E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA65E0

Black with #CA65E0

Text Example


Text Example

White with #CA65E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA65E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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