Html Css Color HEX #CF76DD Orchid

📋 copy color: '#CF76DD'

red 207 ◦ green 118 ◦ blue 221

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

Shades of Orchid #CF76DD

Tints of Orchid #CF76DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.48%

R = 37.91%
G = 21.61%
B = 40.48%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF76DD (or 0xCF76DD) is known color: Orchid. HEX triplet: CF, 76 and DD. RGB value is (207,118,221). Sum of RGB (Red+Green+Blue) = 207+118+221=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 118 (46.48% from 255 or 21.61% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF76DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF76DD is #308922. Grayscale: #9C9C9C. Windows color (decimal): -3180835 or 14513871. OLE color: 14513871.

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

Color convert

RGB 207 118 221 -
CMYK 0.06 0.47 0 0.13
HSL 291.84º 0.6% 0.66% -
HSV(B) 291.84º 0.47% 0.87% -
XYZ 45.26 31.44 72.09 -
YUV 156.35 164.49 164.12 -
System Red Green Blue C M Y K H S L
Decimal 207 118 221 0.06 0.47 0 0.13 291.84 0.6 0.66
Hex CF 76 DD 6 2F 0 D 124 3C 42
Octal 317 166 335 6 57 0 15 444 74 102
Binary 11001111 1110110 11011101 110 101111 0 1101 100100100 111100 1000010

Color Harmonies of #CF76DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF76DD

Black with #CF76DD

Text Example


Text Example

White with #CF76DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF76DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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