Html Css Color HEX #D965CF Orchid

📋 copy color: '#D965CF'

red 217 ◦ green 101 ◦ blue 207

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

Shades of Orchid #D965CF

Tints of Orchid #D965CF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.24%

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

R = 41.33%
G = 19.24%
B = 39.43%

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

#D965CF (or 0xD965CF) is known color: Orchid. HEX triplet: D9, 65 and CF. RGB value is (217,101,207). Sum of RGB (Red+Green+Blue) = 217+101+207=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 101 (39.84% from 255 or 19.24% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D965CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D965CF is #269A30. Grayscale: #939393. Windows color (decimal): -2529841 or 13592025. OLE color: 13592025.

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

Color convert

RGB 217 101 207 -
CMYK 0 0.53 0.05 0.15
HSL 305.17º 0.6% 0.62% -
HSV(B) 305.17º 0.53% 0.85% -
XYZ 44.53 28.56 62.2 -
YUV 147.77 161.43 177.38 -
System Red Green Blue C M Y K H S L
Decimal 217 101 207 0 0.53 0.05 0.15 305.17 0.6 0.62
Hex D9 65 CF 0 35 5 F 131 3C 3E
Octal 331 145 317 0 65 5 17 461 74 76
Binary 11011001 1100101 11001111 0 110101 101 1111 100110001 111100 111110

Color Harmonies of #D965CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D965CF

Black with #D965CF

Text Example


Text Example

White with #D965CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D965CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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