Html Css Color HEX #CF7CCE Orchid

📋 copy color: '#CF7CCE'

red 207 ◦ green 124 ◦ blue 206

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

Shades of Orchid #CF7CCE

Tints of Orchid #CF7CCE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.09%

 BLUE value IS 206 (80.86% from 255) = 38.36%

R = 38.55%
G = 23.09%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CF7CCE (or 0xCF7CCE) is known color: Orchid. HEX triplet: CF, 7C and CE. RGB value is (207,124,206). Sum of RGB (Red+Green+Blue) = 207+124+206=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 124 (48.83% from 255 or 23.09% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7CCE is #308331. Grayscale: #9D9D9D. Windows color (decimal): -3179314 or 13532367. OLE color: 13532367.

HSL color Cylindrical-coordinate representation of color #CF7CCE: hue angle of 300.72º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF7CCE is Cyan = 0, Magento = 0.40, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 124 206 -
CMYK 0 0.40 0.00 0.19
HSL 300.72º 0.46% 0.65% -
HSV(B) 300.72º 0.4% 0.81% -
XYZ 44.08 32.14 62.27 -
YUV 158.17 155 162.83 -
System Red Green Blue C M Y K H S L
Decimal 207 124 206 0 0.40 0.00 0.19 300.72 0.46 0.65
Hex CF 7C CE 0 28 0 13 12D 2E 41
Octal 317 174 316 0 50 0 23 455 56 101
Binary 11001111 1111100 11001110 0 101000 0 10011 100101101 101110 1000001

Color Harmonies of #CF7CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7CCE

Black with #CF7CCE

Text Example


Text Example

White with #CF7CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7CCE; }

 p { color: rgb(207,124,206); }

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

background-color css

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

 a { background-color: rgb(207,124,206); }

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

border-color css

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

 span { border-color: rgb(207,124,206); }

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