Html Css Color HEX #D665CE Orchid

📋 copy color: '#D665CE'

red 214 ◦ green 101 ◦ blue 206

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

Shades of Orchid #D665CE

Tints of Orchid #D665CE

RGB

 RED value IS 214 (83.98% from 255) = 41.07%

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

 BLUE value IS 206 (80.86% from 255) = 39.54%

R = 41.07%
G = 19.39%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D665CE (or 0xD665CE) is known color: Orchid. HEX triplet: D6, 65 and CE. RGB value is (214,101,206). Sum of RGB (Red+Green+Blue) = 214+101+206=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 101 (39.84% from 255 or 19.39% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D665CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D665CE is #299A31. Grayscale: #929292. Windows color (decimal): -2726450 or 13526486. OLE color: 13526486.

HSL color Cylindrical-coordinate representation of color #D665CE: hue angle of 304.25º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D665CE is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 101 206 -
CMYK 0 0.53 0.04 0.16
HSL 304.25º 0.58% 0.62% -
HSV(B) 304.25º 0.53% 0.84% -
XYZ 43.53 28.06 61.51 -
YUV 146.76 161.44 175.96 -
System Red Green Blue C M Y K H S L
Decimal 214 101 206 0 0.53 0.04 0.16 304.25 0.58 0.62
Hex D6 65 CE 0 35 4 10 130 3A 3E
Octal 326 145 316 0 65 4 20 460 72 76
Binary 11010110 1100101 11001110 0 110101 100 10000 100110000 111010 111110

Color Harmonies of #D665CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D665CE

Black with #D665CE

Text Example


Text Example

White with #D665CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D665CE; }

 p { color: rgb(214,101,206); }

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

background-color css

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

 a { background-color: rgb(214,101,206); }

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

border-color css

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

 span { border-color: rgb(214,101,206); }

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