Html Css Color HEX #CA65E9 Medium Orchid

📋 copy color: '#CA65E9'

red 202 ◦ green 101 ◦ blue 233

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

Shades of Medium Orchid #CA65E9

Tints of Medium Orchid #CA65E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.47%

R = 37.69%
G = 18.84%
B = 43.47%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CA65E9 (or 0xCA65E9) is known color: Medium Orchid. HEX triplet: CA, 65 and E9. RGB value is (202,101,233). Sum of RGB (Red+Green+Blue) = 202+101+233=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 101 (39.84% from 255 or 18.84% from 536); Blue value is 233 (91.41% from 255 or 43.47% from 536); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA65E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA65E9 is #359A16. Grayscale: #919191. Windows color (decimal): -3512855 or 15295946. OLE color: 15295946.

HSL color Cylindrical-coordinate representation of color #CA65E9: hue angle of 285.91º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA65E9 is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 101 233 -
CMYK 0.13 0.57 0 0.09
HSL 285.91º 0.75% 0.65% -
HSV(B) 285.91º 0.57% 0.91% -
XYZ 43.72 27.75 80.14 -
YUV 146.25 176.96 167.77 -
System Red Green Blue C M Y K H S L
Decimal 202 101 233 0.13 0.57 0 0.09 285.91 0.75 0.65
Hex CA 65 E9 D 39 0 9 11E 4B 41
Octal 312 145 351 15 71 0 11 436 113 101
Binary 11001010 1100101 11101001 1101 111001 0 1001 100011110 1001011 1000001

Color Harmonies of #CA65E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA65E9

Black with #CA65E9

Text Example


Text Example

White with #CA65E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA65E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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