Html Css Color HEX #D965CD Orchid

📋 copy color: '#D965CD'

red 217 ◦ green 101 ◦ blue 205

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

Shades of Orchid #D965CD

Tints of Orchid #D965CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.2%

R = 41.49%
G = 19.31%
B = 39.2%

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

#D965CD (or 0xD965CD) is known color: Orchid. HEX triplet: D9, 65 and CD. RGB value is (217,101,205). Sum of RGB (Red+Green+Blue) = 217+101+205=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 101 (39.84% from 255 or 19.31% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 217 - color contains mainly: red. Hex color #D965CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D965CD is #269A32. Grayscale: #939393. Windows color (decimal): -2529843 or 13460953. OLE color: 13460953.

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

Color convert

RGB 217 101 205 -
CMYK 0 0.53 0.06 0.15
HSL 306.21º 0.6% 0.62% -
HSV(B) 306.21º 0.53% 0.85% -
XYZ 44.29 28.47 60.92 -
YUV 147.54 160.43 177.54 -
System Red Green Blue C M Y K H S L
Decimal 217 101 205 0 0.53 0.06 0.15 306.21 0.6 0.62
Hex D9 65 CD 0 35 6 F 132 3C 3E
Octal 331 145 315 0 65 6 17 462 74 76
Binary 11011001 1100101 11001101 0 110101 110 1111 100110010 111100 111110

Color Harmonies of #D965CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D965CD

Black with #D965CD

Text Example


Text Example

White with #D965CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D965CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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