Html Css Color HEX #DF67C2 Orchid

📋 copy color: '#DF67C2'

red 223 ◦ green 103 ◦ blue 194

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

Shades of Orchid #DF67C2

Tints of Orchid #DF67C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.31%

R = 42.88%
G = 19.81%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DF67C2 (or 0xDF67C2) is known color: Orchid. HEX triplet: DF, 67 and C2. RGB value is (223,103,194). Sum of RGB (Red+Green+Blue) = 223+103+194=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 103 (40.62% from 255 or 19.81% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DF67C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF67C2 is #20983D. Grayscale: #959595. Windows color (decimal): -2136126 or 12740575. OLE color: 12740575.

HSL color Cylindrical-coordinate representation of color #DF67C2: hue angle of 314.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 #DF67C2 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 103 194 -
CMYK 0 0.54 0.13 0.13
HSL 314.5º 0.65% 0.64% -
HSV(B) 314.5º 0.54% 0.87% -
XYZ 45.02 29.28 54.32 -
YUV 149.25 153.26 180.6 -
System Red Green Blue C M Y K H S L
Decimal 223 103 194 0 0.54 0.13 0.13 314.5 0.65 0.64
Hex DF 67 C2 0 36 D D 13A 41 40
Octal 337 147 302 0 66 15 15 472 101 100
Binary 11011111 1100111 11000010 0 110110 1101 1101 100111010 1000001 1000000

Color Harmonies of #DF67C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF67C2

Black with #DF67C2

Text Example


Text Example

White with #DF67C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF67C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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