Html Css Color HEX #CA65DA Medium Orchid

📋 copy color: '#CA65DA'

red 202 ◦ green 101 ◦ blue 218

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

Shades of Medium Orchid #CA65DA

Tints of Medium Orchid #CA65DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.84%

R = 38.77%
G = 19.39%
B = 41.84%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA65DA (or 0xCA65DA) is known color: Medium Orchid. HEX triplet: CA, 65 and DA. RGB value is (202,101,218). Sum of RGB (Red+Green+Blue) = 202+101+218=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 101 (39.84% from 255 or 19.39% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA65DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA65DA is #359A25. Grayscale: #909090. Windows color (decimal): -3512870 or 14312906. OLE color: 14312906.

HSL color Cylindrical-coordinate representation of color #CA65DA: hue angle of 291.79º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA65DA is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 101 218 -
CMYK 0.07 0.54 0 0.15
HSL 291.79º 0.61% 0.63% -
HSV(B) 291.79º 0.54% 0.85% -
XYZ 41.67 26.93 69.33 -
YUV 144.54 169.46 168.99 -
System Red Green Blue C M Y K H S L
Decimal 202 101 218 0.07 0.54 0 0.15 291.79 0.61 0.63
Hex CA 65 DA 7 36 0 F 124 3D 3F
Octal 312 145 332 7 66 0 17 444 75 77
Binary 11001010 1100101 11011010 111 110110 0 1111 100100100 111101 111111

Color Harmonies of #CA65DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA65DA

Black with #CA65DA

Text Example


Text Example

White with #CA65DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA65DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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