Html Css Color HEX #DA74CC Orchid

📋 copy color: '#DA74CC'

red 218 ◦ green 116 ◦ blue 204

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

Shades of Orchid #DA74CC

Tints of Orchid #DA74CC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.56%

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

R = 40.52%
G = 21.56%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA74CC (or 0xDA74CC) is known color: Orchid. HEX triplet: DA, 74 and CC. RGB value is (218,116,204). Sum of RGB (Red+Green+Blue) = 218+116+204=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 116 (45.70% from 255 or 21.56% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DA74CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA74CC is #258B33. Grayscale: #9C9C9C. Windows color (decimal): -2460468 or 13399258. OLE color: 13399258.

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

Color convert

RGB 218 116 204 -
CMYK 0 0.47 0.06 0.15
HSL 308.24º 0.58% 0.65% -
HSV(B) 308.24º 0.47% 0.85% -
XYZ 46.06 31.76 60.83 -
YUV 156.53 154.79 171.84 -
System Red Green Blue C M Y K H S L
Decimal 218 116 204 0 0.47 0.06 0.15 308.24 0.58 0.65
Hex DA 74 CC 0 2F 6 F 134 3A 41
Octal 332 164 314 0 57 6 17 464 72 101
Binary 11011010 1110100 11001100 0 101111 110 1111 100110100 111010 1000001

Color Harmonies of #DA74CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA74CC

Black with #DA74CC

Text Example


Text Example

White with #DA74CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA74CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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