Html Css Color HEX #DF67CF Orchid

📋 copy color: '#DF67CF'

red 223 ◦ green 103 ◦ blue 207

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

Shades of Orchid #DF67CF

Tints of Orchid #DF67CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.84%

R = 41.84%
G = 19.32%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF67CF (or 0xDF67CF) is known color: Orchid. HEX triplet: DF, 67 and CF. RGB value is (223,103,207). Sum of RGB (Red+Green+Blue) = 223+103+207=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 103 (40.62% from 255 or 19.32% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DF67CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF67CF is #209830. Grayscale: #969696. Windows color (decimal): -2136113 or 13592543. OLE color: 13592543.

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

Color convert

RGB 223 103 207 -
CMYK 0 0.54 0.07 0.13
HSL 308º 0.65% 0.64% -
HSV(B) 308º 0.54% 0.87% -
XYZ 46.54 29.89 62.35 -
YUV 150.74 159.76 179.54 -
System Red Green Blue C M Y K H S L
Decimal 223 103 207 0 0.54 0.07 0.13 308 0.65 0.64
Hex DF 67 CF 0 36 7 D 134 41 40
Octal 337 147 317 0 66 7 15 464 101 100
Binary 11011111 1100111 11001111 0 110110 111 1101 100110100 1000001 1000000

Color Harmonies of #DF67CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF67CF

Black with #DF67CF

Text Example


Text Example

White with #DF67CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF67CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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