Html Css Color HEX #CF76D3 Orchid

📋 copy color: '#CF76D3'

red 207 ◦ green 118 ◦ blue 211

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

Shades of Orchid #CF76D3

Tints of Orchid #CF76D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.37%

R = 38.62%
G = 22.01%
B = 39.37%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CF76D3 (or 0xCF76D3) is known color: Orchid. HEX triplet: CF, 76 and D3. RGB value is (207,118,211). Sum of RGB (Red+Green+Blue) = 207+118+211=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 118 (46.48% from 255 or 22.01% from 536); Blue value is 211 (82.81% from 255 or 39.37% from 536); Max value from RGB is 211 - color contains mainly: blue. Hex color #CF76D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF76D3 is #30892C. Grayscale: #9A9A9A. Windows color (decimal): -3180845 or 13858511. OLE color: 13858511.

HSL color Cylindrical-coordinate representation of color #CF76D3: hue angle of 297.42º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF76D3 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 118 211 -
CMYK 0.02 0.44 0 0.17
HSL 297.42º 0.51% 0.65% -
HSV(B) 297.42º 0.44% 0.83% -
XYZ 43.97 30.93 65.28 -
YUV 155.21 159.49 164.94 -
System Red Green Blue C M Y K H S L
Decimal 207 118 211 0.02 0.44 0 0.17 297.42 0.51 0.65
Hex CF 76 D3 2 2C 0 11 129 33 41
Octal 317 166 323 2 54 0 21 451 63 101
Binary 11001111 1110110 11010011 10 101100 0 10001 100101001 110011 1000001

Color Harmonies of #CF76D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF76D3

Black with #CF76D3

Text Example


Text Example

White with #CF76D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF76D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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