Html Css Color HEX #CF77DF Orchid

📋 copy color: '#CF77DF'

red 207 ◦ green 119 ◦ blue 223

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

Shades of Orchid #CF77DF

Tints of Orchid #CF77DF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.68%

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

R = 37.7%
G = 21.68%
B = 40.62%

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

#CF77DF (or 0xCF77DF) is known color: Orchid. HEX triplet: CF, 77 and DF. RGB value is (207,119,223). Sum of RGB (Red+Green+Blue) = 207+119+223=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 119 (46.88% from 255 or 21.68% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF77DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF77DF is #308820. Grayscale: #9C9C9C. Windows color (decimal): -3180577 or 14645199. OLE color: 14645199.

HSL color Cylindrical-coordinate representation of color #CF77DF: hue angle of 290.77º 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 #CF77DF is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 119 223 -
CMYK 0.07 0.47 0 0.13
HSL 290.77º 0.62% 0.67% -
HSV(B) 290.77º 0.47% 0.87% -
XYZ 45.65 31.79 73.54 -
YUV 157.17 165.15 163.54 -
System Red Green Blue C M Y K H S L
Decimal 207 119 223 0.07 0.47 0 0.13 290.77 0.62 0.67
Hex CF 77 DF 7 2F 0 D 123 3E 43
Octal 317 167 337 7 57 0 15 443 76 103
Binary 11001111 1110111 11011111 111 101111 0 1101 100100011 111110 1000011

Color Harmonies of #CF77DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF77DF

Black with #CF77DF

Text Example


Text Example

White with #CF77DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF77DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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