Html Css Color HEX #DA67CC Orchid

📋 copy color: '#DA67CC'

red 218 ◦ green 103 ◦ blue 204

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

Shades of Orchid #DA67CC

Tints of Orchid #DA67CC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.62%

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

R = 41.52%
G = 19.62%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA67CC (or 0xDA67CC) is known color: Orchid. HEX triplet: DA, 67 and CC. RGB value is (218,103,204). Sum of RGB (Red+Green+Blue) = 218+103+204=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 103 (40.62% from 255 or 19.62% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DA67CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA67CC is #259833. Grayscale: #949494. Windows color (decimal): -2463796 or 13395930. OLE color: 13395930.

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

Color convert

RGB 218 103 204 -
CMYK 0 0.53 0.06 0.15
HSL 307.3º 0.61% 0.63% -
HSV(B) 307.3º 0.53% 0.85% -
XYZ 44.66 28.97 60.36 -
YUV 148.9 159.1 177.29 -
System Red Green Blue C M Y K H S L
Decimal 218 103 204 0 0.53 0.06 0.15 307.3 0.61 0.63
Hex DA 67 CC 0 35 6 F 133 3D 3F
Octal 332 147 314 0 65 6 17 463 75 77
Binary 11011010 1100111 11001100 0 110101 110 1111 100110011 111101 111111

Color Harmonies of #DA67CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA67CC

Black with #DA67CC

Text Example


Text Example

White with #DA67CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA67CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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