Html Css Color HEX #D967CC Orchid

📋 copy color: '#D967CC'

red 217 ◦ green 103 ◦ blue 204

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

Shades of Orchid #D967CC

Tints of Orchid #D967CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.93%

R = 41.41%
G = 19.66%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D967CC (or 0xD967CC) is known color: Orchid. HEX triplet: D9, 67 and CC. RGB value is (217,103,204). Sum of RGB (Red+Green+Blue) = 217+103+204=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 103 (40.62% from 255 or 19.66% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D967CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D967CC is #269833. Grayscale: #949494. Windows color (decimal): -2529332 or 13395929. OLE color: 13395929.

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

Color convert

RGB 217 103 204 -
CMYK 0 0.53 0.06 0.15
HSL 306.84º 0.6% 0.63% -
HSV(B) 306.84º 0.53% 0.85% -
XYZ 44.36 28.81 60.35 -
YUV 148.6 159.27 176.79 -
System Red Green Blue C M Y K H S L
Decimal 217 103 204 0 0.53 0.06 0.15 306.84 0.6 0.63
Hex D9 67 CC 0 35 6 F 133 3C 3F
Octal 331 147 314 0 65 6 17 463 74 77
Binary 11011001 1100111 11001100 0 110101 110 1111 100110011 111100 111111

Color Harmonies of #D967CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D967CC

Black with #D967CC

Text Example


Text Example

White with #D967CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D967CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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