Html Css Color HEX #CA65DB Medium Orchid

📋 copy color: '#CA65DB'

red 202 ◦ green 101 ◦ blue 219

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

Shades of Medium Orchid #CA65DB

Tints of Medium Orchid #CA65DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.95%

R = 38.7%
G = 19.35%
B = 41.95%

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

#CA65DB (or 0xCA65DB) is known color: Medium Orchid. HEX triplet: CA, 65 and DB. RGB value is (202,101,219). Sum of RGB (Red+Green+Blue) = 202+101+219=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 101 (39.84% from 255 or 19.35% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA65DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA65DB is #359A24. Grayscale: #909090. Windows color (decimal): -3512869 or 14378442. OLE color: 14378442.

HSL color Cylindrical-coordinate representation of color #CA65DB: hue angle of 291.36º degrees, saturation: 0.62, 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 #CA65DB is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 101 219 -
CMYK 0.08 0.54 0 0.14
HSL 291.36º 0.62% 0.63% -
HSV(B) 291.36º 0.54% 0.86% -
XYZ 41.8 26.98 70.02 -
YUV 144.65 169.96 168.91 -
System Red Green Blue C M Y K H S L
Decimal 202 101 219 0.08 0.54 0 0.14 291.36 0.62 0.63
Hex CA 65 DB 8 36 0 E 123 3E 3F
Octal 312 145 333 10 66 0 16 443 76 77
Binary 11001010 1100101 11011011 1000 110110 0 1110 100100011 111110 111111

Color Harmonies of #CA65DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA65DB

Black with #CA65DB

Text Example


Text Example

White with #CA65DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA65DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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