Html Css Color HEX #DA88CC Orchid

📋 copy color: '#DA88CC'

red 218 ◦ green 136 ◦ blue 204

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

Shades of Orchid #DA88CC

Tints of Orchid #DA88CC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.37%

 BLUE value IS 204 (80.08% from 255) = 36.56%

R = 39.07%
G = 24.37%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA88CC (or 0xDA88CC) is known color: Orchid. HEX triplet: DA, 88 and CC. RGB value is (218,136,204). Sum of RGB (Red+Green+Blue) = 218+136+204=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 136 (53.52% from 255 or 24.37% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 218 - color contains mainly: red. Hex color #DA88CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA88CC is #257733. Grayscale: #A8A8A8. Windows color (decimal): -2455348 or 13404378. OLE color: 13404378.

HSL color Cylindrical-coordinate representation of color #DA88CC: hue angle of 310.24º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA88CC is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 136 204 -
CMYK 0 0.38 0.06 0.15
HSL 310.24º 0.53% 0.69% -
HSV(B) 310.24º 0.38% 0.85% -
XYZ 48.62 36.87 61.68 -
YUV 168.27 148.17 163.47 -
System Red Green Blue C M Y K H S L
Decimal 218 136 204 0 0.38 0.06 0.15 310.24 0.53 0.69
Hex DA 88 CC 0 26 6 F 136 35 45
Octal 332 210 314 0 46 6 17 466 65 105
Binary 11011010 10001000 11001100 0 100110 110 1111 100110110 110101 1000101

Color Harmonies of #DA88CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA88CC

Black with #DA88CC

Text Example


Text Example

White with #DA88CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA88CC; }

 p { color: rgb(218,136,204); }

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

background-color css

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

 a { background-color: rgb(218,136,204); }

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

border-color css

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

 span { border-color: rgb(218,136,204); }

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