Html Css Color HEX #D668CF Orchid

📋 copy color: '#D668CF'

red 214 ◦ green 104 ◦ blue 207

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

Shades of Orchid #D668CF

Tints of Orchid #D668CF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.81%

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

R = 40.76%
G = 19.81%
B = 39.43%

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

#D668CF (or 0xD668CF) is known color: Orchid. HEX triplet: D6, 68 and CF. RGB value is (214,104,207). Sum of RGB (Red+Green+Blue) = 214+104+207=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 104 (41.02% from 255 or 19.81% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D668CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D668CF is #299730. Grayscale: #949494. Windows color (decimal): -2725681 or 13592790. OLE color: 13592790.

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

Color convert

RGB 214 104 207 -
CMYK 0 0.51 0.03 0.16
HSL 303.82º 0.57% 0.62% -
HSV(B) 303.82º 0.51% 0.84% -
XYZ 43.94 28.7 62.26 -
YUV 148.63 160.94 174.62 -
System Red Green Blue C M Y K H S L
Decimal 214 104 207 0 0.51 0.03 0.16 303.82 0.57 0.62
Hex D6 68 CF 0 33 3 10 130 39 3E
Octal 326 150 317 0 63 3 20 460 71 76
Binary 11010110 1101000 11001111 0 110011 11 10000 100110000 111001 111110

Color Harmonies of #D668CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D668CF

Black with #D668CF

Text Example


Text Example

White with #D668CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D668CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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