Html Css Color HEX #CA5CDB Medium Orchid

📋 copy color: '#CA5CDB'

red 202 ◦ green 92 ◦ blue 219

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

Shades of Medium Orchid #CA5CDB

Tints of Medium Orchid #CA5CDB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.93%

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

R = 39.38%
G = 17.93%
B = 42.69%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA5CDB (or 0xCA5CDB) is known color: Medium Orchid. HEX triplet: CA, 5C and DB. RGB value is (202,92,219). Sum of RGB (Red+Green+Blue) = 202+92+219=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 92 (36.33% from 255 or 17.93% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA5CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5CDB is #35A324. Grayscale: #8A8A8A. Windows color (decimal): -3515173 or 14376138. OLE color: 14376138.

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

Color convert

RGB 202 92 219 -
CMYK 0.08 0.58 0 0.14
HSL 291.97º 0.64% 0.61% -
HSV(B) 291.97º 0.58% 0.86% -
XYZ 40.97 25.33 69.75 -
YUV 139.37 172.94 172.67 -
System Red Green Blue C M Y K H S L
Decimal 202 92 219 0.08 0.58 0 0.14 291.97 0.64 0.61
Hex CA 5C DB 8 3A 0 E 124 40 3D
Octal 312 134 333 10 72 0 16 444 100 75
Binary 11001010 1011100 11011011 1000 111010 0 1110 100100100 1000000 111101

Color Harmonies of #CA5CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5CDB

Black with #CA5CDB

Text Example


Text Example

White with #CA5CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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