Html Css Color HEX #CA65E4 Medium Orchid

📋 copy color: '#CA65E4'

red 202 ◦ green 101 ◦ blue 228

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

Shades of Medium Orchid #CA65E4

Tints of Medium Orchid #CA65E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 42.94%

R = 38.04%
G = 19.02%
B = 42.94%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CA65E4 (or 0xCA65E4) is known color: Medium Orchid. HEX triplet: CA, 65 and E4. RGB value is (202,101,228). Sum of RGB (Red+Green+Blue) = 202+101+228=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 101 (39.84% from 255 or 19.02% from 531); Blue value is 228 (89.45% from 255 or 42.94% from 531); Max value from RGB is 228 - color contains mainly: blue. Hex color #CA65E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA65E4 is #359A1B. Grayscale: #919191. Windows color (decimal): -3512860 or 14968266. OLE color: 14968266.

HSL color Cylindrical-coordinate representation of color #CA65E4: hue angle of 287.72º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA65E4 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 101 228 -
CMYK 0.11 0.56 0 0.11
HSL 287.72º 0.7% 0.65% -
HSV(B) 287.72º 0.56% 0.89% -
XYZ 43.01 27.47 76.43 -
YUV 145.68 174.46 168.17 -
System Red Green Blue C M Y K H S L
Decimal 202 101 228 0.11 0.56 0 0.11 287.72 0.7 0.65
Hex CA 65 E4 B 38 0 B 120 46 41
Octal 312 145 344 13 70 0 13 440 106 101
Binary 11001010 1100101 11100100 1011 111000 0 1011 100100000 1000110 1000001

Color Harmonies of #CA65E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA65E4

Black with #CA65E4

Text Example


Text Example

White with #CA65E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA65E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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