Html Css Color HEX #CF76CD Orchid

📋 copy color: '#CF76CD'

red 207 ◦ green 118 ◦ blue 205

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

Shades of Orchid #CF76CD

Tints of Orchid #CF76CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.68%

R = 39.06%
G = 22.26%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CF76CD (or 0xCF76CD) is known color: Orchid. HEX triplet: CF, 76 and CD. RGB value is (207,118,205). Sum of RGB (Red+Green+Blue) = 207+118+205=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 118 (46.48% from 255 or 22.26% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 207 - color contains mainly: red. Hex color #CF76CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF76CD is #308932. Grayscale: #9A9A9A. Windows color (decimal): -3180851 or 13465295. OLE color: 13465295.

HSL color Cylindrical-coordinate representation of color #CF76CD: hue angle of 301.35º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF76CD is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 118 205 -
CMYK 0 0.43 0.01 0.19
HSL 301.35º 0.48% 0.64% -
HSV(B) 301.35º 0.43% 0.81% -
XYZ 43.23 30.63 61.39 -
YUV 154.53 156.49 165.43 -
System Red Green Blue C M Y K H S L
Decimal 207 118 205 0 0.43 0.01 0.19 301.35 0.48 0.64
Hex CF 76 CD 0 2B 1 13 12D 30 40
Octal 317 166 315 0 53 1 23 455 60 100
Binary 11001111 1110110 11001101 0 101011 1 10011 100101101 110000 1000000

Color Harmonies of #CF76CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF76CD

Black with #CF76CD

Text Example


Text Example

White with #CF76CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF76CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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