Html Css Color HEX #D583CA Orchid

📋 copy color: '#D583CA'

red 213 ◦ green 131 ◦ blue 202

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

Shades of Orchid #D583CA

Tints of Orchid #D583CA

RGB

 RED value IS 213 (83.59% from 255) = 39.01%

 GREEN value IS 131 (51.56% from 255) = 23.99%

 BLUE value IS 202 (79.3% from 255) = 37%

R = 39.01%
G = 23.99%
B = 37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D583CA (or 0xD583CA) is known color: Orchid. HEX triplet: D5, 83 and CA. RGB value is (213,131,202). Sum of RGB (Red+Green+Blue) = 213+131+202=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 131 (51.56% from 255 or 23.99% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 213 - color contains mainly: red. Hex color #D583CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D583CA is #2A7C35. Grayscale: #A3A3A3. Windows color (decimal): -2784310 or 13272021. OLE color: 13272021.

HSL color Cylindrical-coordinate representation of color #D583CA: hue angle of 308.05º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D583CA is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 131 202 -
CMYK 0 0.38 0.05 0.16
HSL 308.05º 0.49% 0.67% -
HSV(B) 308.05º 0.38% 0.84% -
XYZ 46.22 34.64 60.13 -
YUV 163.61 149.67 163.23 -
System Red Green Blue C M Y K H S L
Decimal 213 131 202 0 0.38 0.05 0.16 308.05 0.49 0.67
Hex D5 83 CA 0 26 5 10 134 31 43
Octal 325 203 312 0 46 5 20 464 61 103
Binary 11010101 10000011 11001010 0 100110 101 10000 100110100 110001 1000011

Color Harmonies of #D583CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D583CA

Black with #D583CA

Text Example


Text Example

White with #D583CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D583CA; }

 p { color: rgb(213,131,202); }

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

background-color css

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

 a { background-color: rgb(213,131,202); }

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

border-color css

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

 span { border-color: rgb(213,131,202); }

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