Html Css Color HEX #CA58DF Medium Orchid

📋 copy color: '#CA58DF'

red 202 ◦ green 88 ◦ blue 223

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

Shades of Medium Orchid #CA58DF

Tints of Medium Orchid #CA58DF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.15%

 BLUE value IS 223 (87.5% from 255) = 43.47%

R = 39.38%
G = 17.15%
B = 43.47%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA58DF (or 0xCA58DF) is known color: Medium Orchid. HEX triplet: CA, 58 and DF. RGB value is (202,88,223). Sum of RGB (Red+Green+Blue) = 202+88+223=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 88 (34.77% from 255 or 17.15% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA58DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA58DF is #35A720. Grayscale: #898989. Windows color (decimal): -3516193 or 14637258. OLE color: 14637258.

HSL color Cylindrical-coordinate representation of color #CA58DF: hue angle of 290.67º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA58DF is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 88 223 -
CMYK 0.09 0.61 0 0.13
HSL 290.67º 0.68% 0.61% -
HSV(B) 290.67º 0.61% 0.87% -
XYZ 41.17 24.86 72.44 -
YUV 137.48 176.27 174.02 -
System Red Green Blue C M Y K H S L
Decimal 202 88 223 0.09 0.61 0 0.13 290.67 0.68 0.61
Hex CA 58 DF 9 3D 0 D 123 44 3D
Octal 312 130 337 11 75 0 15 443 104 75
Binary 11001010 1011000 11011111 1001 111101 0 1101 100100011 1000100 111101

Color Harmonies of #CA58DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA58DF

Black with #CA58DF

Text Example


Text Example

White with #CA58DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA58DF; }

 p { color: rgb(202,88,223); }

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

background-color css

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

 a { background-color: rgb(202,88,223); }

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

border-color css

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

 span { border-color: rgb(202,88,223); }

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