Html Css Color HEX #D968CF Orchid

📋 copy color: '#D968CF'

red 217 ◦ green 104 ◦ blue 207

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

Shades of Orchid #D968CF

Tints of Orchid #D968CF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.7%

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

R = 41.1%
G = 19.7%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D968CF (or 0xD968CF) is known color: Orchid. HEX triplet: D9, 68 and CF. RGB value is (217,104,207). Sum of RGB (Red+Green+Blue) = 217+104+207=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 104 (41.02% from 255 or 19.70% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D968CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D968CF is #269730. Grayscale: #959595. Windows color (decimal): -2529073 or 13592793. OLE color: 13592793.

HSL color Cylindrical-coordinate representation of color #D968CF: hue angle of 305.31º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D968CF is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 104 207 -
CMYK 0 0.52 0.05 0.15
HSL 305.31º 0.6% 0.63% -
HSV(B) 305.31º 0.52% 0.85% -
XYZ 44.83 29.16 62.3 -
YUV 149.53 160.44 176.12 -
System Red Green Blue C M Y K H S L
Decimal 217 104 207 0 0.52 0.05 0.15 305.31 0.6 0.63
Hex D9 68 CF 0 34 5 F 131 3C 3F
Octal 331 150 317 0 64 5 17 461 74 77
Binary 11011001 1101000 11001111 0 110100 101 1111 100110001 111100 111111

Color Harmonies of #D968CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D968CF

Black with #D968CF

Text Example


Text Example

White with #D968CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D968CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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