Html Css Color HEX #DA7CCB Orchid

📋 copy color: '#DA7CCB'

red 218 ◦ green 124 ◦ blue 203

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

Shades of Orchid #DA7CCB

Tints of Orchid #DA7CCB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.75%

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

R = 40%
G = 22.75%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA7CCB (or 0xDA7CCB) is known color: Orchid. HEX triplet: DA, 7C and CB. RGB value is (218,124,203). Sum of RGB (Red+Green+Blue) = 218+124+203=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 124 (48.83% from 255 or 22.75% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7CCB is #258334. Grayscale: #A0A0A0. Windows color (decimal): -2458421 or 13335770. OLE color: 13335770.

HSL color Cylindrical-coordinate representation of color #DA7CCB: hue angle of 309.57º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA7CCB is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 124 203 -
CMYK 0 0.43 0.07 0.15
HSL 309.57º 0.56% 0.67% -
HSV(B) 309.57º 0.43% 0.85% -
XYZ 46.9 33.63 60.52 -
YUV 161.11 151.64 168.58 -
System Red Green Blue C M Y K H S L
Decimal 218 124 203 0 0.43 0.07 0.15 309.57 0.56 0.67
Hex DA 7C CB 0 2B 7 F 136 38 43
Octal 332 174 313 0 53 7 17 466 70 103
Binary 11011010 1111100 11001011 0 101011 111 1111 100110110 111000 1000011

Color Harmonies of #DA7CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7CCB

Black with #DA7CCB

Text Example


Text Example

White with #DA7CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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