Html Css Color HEX #DA83CB Orchid

📋 copy color: '#DA83CB'

red 218 ◦ green 131 ◦ blue 203

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

Shades of Orchid #DA83CB

Tints of Orchid #DA83CB

RGB

 RED value IS 218 (85.55% from 255) = 39.49%

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

 BLUE value IS 203 (79.69% from 255) = 36.78%

R = 39.49%
G = 23.73%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA83CB (or 0xDA83CB) is known color: Orchid. HEX triplet: DA, 83 and CB. RGB value is (218,131,203). Sum of RGB (Red+Green+Blue) = 218+131+203=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 131 (51.56% from 255 or 23.73% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DA83CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA83CB is #257C34. Grayscale: #A5A5A5. Windows color (decimal): -2456629 or 13337562. OLE color: 13337562.

HSL color Cylindrical-coordinate representation of color #DA83CB: hue angle of 310.34º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA83CB is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 131 203 -
CMYK 0 0.40 0.07 0.15
HSL 310.34º 0.54% 0.68% -
HSV(B) 310.34º 0.4% 0.85% -
XYZ 47.81 35.45 60.82 -
YUV 165.22 149.32 165.65 -
System Red Green Blue C M Y K H S L
Decimal 218 131 203 0 0.40 0.07 0.15 310.34 0.54 0.68
Hex DA 83 CB 0 28 7 F 136 36 44
Octal 332 203 313 0 50 7 17 466 66 104
Binary 11011010 10000011 11001011 0 101000 111 1111 100110110 110110 1000100

Color Harmonies of #DA83CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA83CB

Black with #DA83CB

Text Example


Text Example

White with #DA83CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA83CB; }

 p { color: rgb(218,131,203); }

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

background-color css

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

 a { background-color: rgb(218,131,203); }

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

border-color css

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

 span { border-color: rgb(218,131,203); }

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