Html Css Color HEX #CA65DC Medium Orchid

📋 copy color: '#CA65DC'

red 202 ◦ green 101 ◦ blue 220

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

Shades of Medium Orchid #CA65DC

Tints of Medium Orchid #CA65DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.07%

R = 38.62%
G = 19.31%
B = 42.07%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA65DC (or 0xCA65DC) is known color: Medium Orchid. HEX triplet: CA, 65 and DC. RGB value is (202,101,220). Sum of RGB (Red+Green+Blue) = 202+101+220=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 101 (39.84% from 255 or 19.31% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA65DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA65DC is #359A23. Grayscale: #909090. Windows color (decimal): -3512868 or 14443978. OLE color: 14443978.

HSL color Cylindrical-coordinate representation of color #CA65DC: hue angle of 290.92º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA65DC is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 101 220 -
CMYK 0.08 0.54 0 0.14
HSL 290.92º 0.63% 0.63% -
HSV(B) 290.92º 0.54% 0.86% -
XYZ 41.93 27.03 70.72 -
YUV 144.77 170.46 168.82 -
System Red Green Blue C M Y K H S L
Decimal 202 101 220 0.08 0.54 0 0.14 290.92 0.63 0.63
Hex CA 65 DC 8 36 0 E 123 3F 3F
Octal 312 145 334 10 66 0 16 443 77 77
Binary 11001010 1100101 11011100 1000 110110 0 1110 100100011 111111 111111

Color Harmonies of #CA65DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA65DC

Black with #CA65DC

Text Example


Text Example

White with #CA65DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA65DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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