Html Css Color HEX #D669CA Orchid

📋 copy color: '#D669CA'

red 214 ◦ green 105 ◦ blue 202

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

Shades of Orchid #D669CA

Tints of Orchid #D669CA

RGB

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

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

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

R = 41.07%
G = 20.15%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D669CA (or 0xD669CA) is known color: Orchid. HEX triplet: D6, 69 and CA. RGB value is (214,105,202). Sum of RGB (Red+Green+Blue) = 214+105+202=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D669CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D669CA is #299635. Grayscale: #949494. Windows color (decimal): -2725430 or 13265366. OLE color: 13265366.

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

Color convert

RGB 214 105 202 -
CMYK 0 0.51 0.06 0.16
HSL 306.61º 0.57% 0.63% -
HSV(B) 306.61º 0.51% 0.84% -
XYZ 43.44 28.66 59.12 -
YUV 148.65 158.11 174.61 -
System Red Green Blue C M Y K H S L
Decimal 214 105 202 0 0.51 0.06 0.16 306.61 0.57 0.63
Hex D6 69 CA 0 33 6 10 133 39 3F
Octal 326 151 312 0 63 6 20 463 71 77
Binary 11010110 1101001 11001010 0 110011 110 10000 100110011 111001 111111

Color Harmonies of #D669CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D669CA

Black with #D669CA

Text Example


Text Example

White with #D669CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D669CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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