Html Css Color HEX #CF7FD8 Orchid

📋 copy color: '#CF7FD8'

red 207 ◦ green 127 ◦ blue 216

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

Shades of Orchid #CF7FD8

Tints of Orchid #CF7FD8

RGB

 RED value IS 207 (81.25% from 255) = 37.64%

 GREEN value IS 127 (50% from 255) = 23.09%

 BLUE value IS 216 (84.77% from 255) = 39.27%

R = 37.64%
G = 23.09%
B = 39.27%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF7FD8 (or 0xCF7FD8) is known color: Orchid. HEX triplet: CF, 7F and D8. RGB value is (207,127,216). Sum of RGB (Red+Green+Blue) = 207+127+216=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 127 (50% from 255 or 23.09% from 550); Blue value is 216 (84.77% from 255 or 39.27% from 550); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF7FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7FD8 is #308027. Grayscale: #A0A0A0. Windows color (decimal): -3178536 or 14188495. OLE color: 14188495.

HSL color Cylindrical-coordinate representation of color #CF7FD8: hue angle of 293.93º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF7FD8 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 127 216 -
CMYK 0.04 0.41 0 0.15
HSL 293.93º 0.53% 0.67% -
HSV(B) 293.93º 0.41% 0.85% -
XYZ 45.72 33.4 69 -
YUV 161.07 159 160.76 -
System Red Green Blue C M Y K H S L
Decimal 207 127 216 0.04 0.41 0 0.15 293.93 0.53 0.67
Hex CF 7F D8 4 29 0 F 126 35 43
Octal 317 177 330 4 51 0 17 446 65 103
Binary 11001111 1111111 11011000 100 101001 0 1111 100100110 110101 1000011

Color Harmonies of #CF7FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7FD8

Black with #CF7FD8

Text Example


Text Example

White with #CF7FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7FD8; }

 p { color: rgb(207,127,216); }

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

background-color css

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

 a { background-color: rgb(207,127,216); }

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

border-color css

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

 span { border-color: rgb(207,127,216); }

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