Html Css Color HEX #DF67DA Orchid

📋 copy color: '#DF67DA'

red 223 ◦ green 103 ◦ blue 218

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

Shades of Orchid #DF67DA

Tints of Orchid #DF67DA

RGB

 RED value IS 223 (87.5% from 255) = 40.99%

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

 BLUE value IS 218 (85.55% from 255) = 40.07%

R = 40.99%
G = 18.93%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF67DA (or 0xDF67DA) is known color: Orchid. HEX triplet: DF, 67 and DA. RGB value is (223,103,218). Sum of RGB (Red+Green+Blue) = 223+103+218=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 103 (40.62% from 255 or 18.93% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DF67DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF67DA is #209825. Grayscale: #979797. Windows color (decimal): -2136102 or 14313439. OLE color: 14313439.

HSL color Cylindrical-coordinate representation of color #DF67DA: hue angle of 302.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF67DA is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 103 218 -
CMYK 0 0.54 0.02 0.13
HSL 302.5º 0.65% 0.64% -
HSV(B) 302.5º 0.54% 0.87% -
XYZ 47.94 30.45 69.68 -
YUV 151.99 165.26 178.65 -
System Red Green Blue C M Y K H S L
Decimal 223 103 218 0 0.54 0.02 0.13 302.5 0.65 0.64
Hex DF 67 DA 0 36 2 D 12E 41 40
Octal 337 147 332 0 66 2 15 456 101 100
Binary 11011111 1100111 11011010 0 110110 10 1101 100101110 1000001 1000000

Color Harmonies of #DF67DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF67DA

Black with #DF67DA

Text Example


Text Example

White with #DF67DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF67DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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