Html Css Color HEX #D967CF Orchid

📋 copy color: '#D967CF'

red 217 ◦ green 103 ◦ blue 207

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

Shades of Orchid #D967CF

Tints of Orchid #D967CF

RGB

 RED value IS 217 (85.16% from 255) = 41.18%

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

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

R = 41.18%
G = 19.54%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D967CF (or 0xD967CF) is known color: Orchid. HEX triplet: D9, 67 and CF. RGB value is (217,103,207). Sum of RGB (Red+Green+Blue) = 217+103+207=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 103 (40.62% from 255 or 19.54% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 217 - color contains mainly: red. Hex color #D967CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D967CF is #269830. Grayscale: #949494. Windows color (decimal): -2529329 or 13592537. OLE color: 13592537.

HSL color Cylindrical-coordinate representation of color #D967CF: hue angle of 305.26º degrees, saturation: 0.6, 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 #D967CF is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 103 207 -
CMYK 0 0.53 0.05 0.15
HSL 305.26º 0.6% 0.63% -
HSV(B) 305.26º 0.53% 0.85% -
XYZ 44.73 28.96 62.26 -
YUV 148.94 160.77 176.54 -
System Red Green Blue C M Y K H S L
Decimal 217 103 207 0 0.53 0.05 0.15 305.26 0.6 0.63
Hex D9 67 CF 0 35 5 F 131 3C 3F
Octal 331 147 317 0 65 5 17 461 74 77
Binary 11011001 1100111 11001111 0 110101 101 1111 100110001 111100 111111

Color Harmonies of #D967CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D967CF

Black with #D967CF

Text Example


Text Example

White with #D967CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D967CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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