Html Css Color HEX #CF76DF Orchid

📋 copy color: '#CF76DF'

red 207 ◦ green 118 ◦ blue 223

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

Shades of Orchid #CF76DF

Tints of Orchid #CF76DF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.53%

 BLUE value IS 223 (87.5% from 255) = 40.69%

R = 37.77%
G = 21.53%
B = 40.69%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF76DF (or 0xCF76DF) is known color: Orchid. HEX triplet: CF, 76 and DF. RGB value is (207,118,223). Sum of RGB (Red+Green+Blue) = 207+118+223=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 118 (46.48% from 255 or 21.53% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF76DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF76DF is #308920. Grayscale: #9C9C9C. Windows color (decimal): -3180833 or 14644943. OLE color: 14644943.

HSL color Cylindrical-coordinate representation of color #CF76DF: hue angle of 290.86º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF76DF is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 118 223 -
CMYK 0.07 0.47 0 0.13
HSL 290.86º 0.62% 0.67% -
HSV(B) 290.86º 0.47% 0.87% -
XYZ 45.53 31.55 73.5 -
YUV 156.58 165.49 163.96 -
System Red Green Blue C M Y K H S L
Decimal 207 118 223 0.07 0.47 0 0.13 290.86 0.62 0.67
Hex CF 76 DF 7 2F 0 D 123 3E 43
Octal 317 166 337 7 57 0 15 443 76 103
Binary 11001111 1110110 11011111 111 101111 0 1101 100100011 111110 1000011

Color Harmonies of #CF76DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF76DF

Black with #CF76DF

Text Example


Text Example

White with #CF76DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF76DF; }

 p { color: rgb(207,118,223); }

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

background-color css

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

 a { background-color: rgb(207,118,223); }

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

border-color css

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

 span { border-color: rgb(207,118,223); }

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