Html Css Color HEX #DF67C1 Orchid

📋 copy color: '#DF67C1'

red 223 ◦ green 103 ◦ blue 193

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

Shades of Orchid #DF67C1

Tints of Orchid #DF67C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.19%

R = 42.97%
G = 19.85%
B = 37.19%

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

#DF67C1 (or 0xDF67C1) is known color: Orchid. HEX triplet: DF, 67 and C1. RGB value is (223,103,193). Sum of RGB (Red+Green+Blue) = 223+103+193=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 103 (40.62% from 255 or 19.85% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DF67C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF67C1 is #20983E. Grayscale: #949494. Windows color (decimal): -2136127 or 12675039. OLE color: 12675039.

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

Color convert

RGB 223 103 193 -
CMYK 0 0.54 0.13 0.13
HSL 315º 0.65% 0.64% -
HSV(B) 315º 0.54% 0.87% -
XYZ 44.91 29.24 53.73 -
YUV 149.14 152.76 180.68 -
System Red Green Blue C M Y K H S L
Decimal 223 103 193 0 0.54 0.13 0.13 315 0.65 0.64
Hex DF 67 C1 0 36 D D 13B 41 40
Octal 337 147 301 0 66 15 15 473 101 100
Binary 11011111 1100111 11000001 0 110110 1101 1101 100111011 1000001 1000000

Color Harmonies of #DF67C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF67C1

Black with #DF67C1

Text Example


Text Example

White with #DF67C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF67C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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