Html Css Color HEX #D669CF Orchid

📋 copy color: '#D669CF'

red 214 ◦ green 105 ◦ blue 207

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

Shades of Orchid #D669CF

Tints of Orchid #D669CF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.96%

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

R = 40.68%
G = 19.96%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D669CF (or 0xD669CF) is known color: Orchid. HEX triplet: D6, 69 and CF. RGB value is (214,105,207). Sum of RGB (Red+Green+Blue) = 214+105+207=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 105 (41.41% from 255 or 19.96% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D669CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D669CF is #299630. Grayscale: #949494. Windows color (decimal): -2725425 or 13593046. OLE color: 13593046.

HSL color Cylindrical-coordinate representation of color #D669CF: hue angle of 303.85º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D669CF is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 105 207 -
CMYK 0 0.51 0.03 0.16
HSL 303.85º 0.57% 0.63% -
HSV(B) 303.85º 0.51% 0.84% -
XYZ 44.05 28.9 62.29 -
YUV 149.22 160.61 174.21 -
System Red Green Blue C M Y K H S L
Decimal 214 105 207 0 0.51 0.03 0.16 303.85 0.57 0.63
Hex D6 69 CF 0 33 3 10 130 39 3F
Octal 326 151 317 0 63 3 20 460 71 77
Binary 11010110 1101001 11001111 0 110011 11 10000 100110000 111001 111111

Color Harmonies of #D669CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D669CF

Black with #D669CF

Text Example


Text Example

White with #D669CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D669CF; }

 p { color: rgb(214,105,207); }

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

background-color css

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

 a { background-color: rgb(214,105,207); }

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

border-color css

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

 span { border-color: rgb(214,105,207); }

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