Html Css Color HEX #D965CA Orchid

📋 copy color: '#D965CA'

red 217 ◦ green 101 ◦ blue 202

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

Shades of Orchid #D965CA

Tints of Orchid #D965CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.85%

R = 41.73%
G = 19.42%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D965CA (or 0xD965CA) is known color: Orchid. HEX triplet: D9, 65 and CA. RGB value is (217,101,202). Sum of RGB (Red+Green+Blue) = 217+101+202=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 101 (39.84% from 255 or 19.42% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 217 - color contains mainly: red. Hex color #D965CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D965CA is #269A35. Grayscale: #929292. Windows color (decimal): -2529846 or 13264345. OLE color: 13264345.

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

Color convert

RGB 217 101 202 -
CMYK 0 0.53 0.07 0.15
HSL 307.76º 0.6% 0.62% -
HSV(B) 307.76º 0.53% 0.85% -
XYZ 43.93 28.32 59.03 -
YUV 147.2 158.93 177.79 -
System Red Green Blue C M Y K H S L
Decimal 217 101 202 0 0.53 0.07 0.15 307.76 0.6 0.62
Hex D9 65 CA 0 35 7 F 134 3C 3E
Octal 331 145 312 0 65 7 17 464 74 76
Binary 11011001 1100101 11001010 0 110101 111 1111 100110100 111100 111110

Color Harmonies of #D965CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D965CA

Black with #D965CA

Text Example


Text Example

White with #D965CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D965CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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