Html Css Color HEX #D665CF Orchid

📋 copy color: '#D665CF'

red 214 ◦ green 101 ◦ blue 207

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

Shades of Orchid #D665CF

Tints of Orchid #D665CF

RGB

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

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

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

R = 41%
G = 19.35%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D665CF (or 0xD665CF) is known color: Orchid. HEX triplet: D6, 65 and CF. RGB value is (214,101,207). Sum of RGB (Red+Green+Blue) = 214+101+207=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 101 (39.84% from 255 or 19.35% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D665CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D665CF is #299A30. Grayscale: #929292. Windows color (decimal): -2726449 or 13592022. OLE color: 13592022.

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

Color convert

RGB 214 101 207 -
CMYK 0 0.53 0.03 0.16
HSL 303.72º 0.58% 0.62% -
HSV(B) 303.72º 0.53% 0.84% -
XYZ 43.65 28.11 62.16 -
YUV 146.87 161.94 175.88 -
System Red Green Blue C M Y K H S L
Decimal 214 101 207 0 0.53 0.03 0.16 303.72 0.58 0.62
Hex D6 65 CF 0 35 3 10 130 3A 3E
Octal 326 145 317 0 65 3 20 460 72 76
Binary 11010110 1100101 11001111 0 110101 11 10000 100110000 111010 111110

Color Harmonies of #D665CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D665CF

Black with #D665CF

Text Example


Text Example

White with #D665CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D665CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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