Html Css Color HEX #CF6ACE Orchid

📋 copy color: '#CF6ACE'

red 207 ◦ green 106 ◦ blue 206

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

Shades of Orchid #CF6ACE

Tints of Orchid #CF6ACE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.42%

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

R = 39.88%
G = 20.42%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CF6ACE (or 0xCF6ACE) is known color: Orchid. HEX triplet: CF, 6A and CE. RGB value is (207,106,206). Sum of RGB (Red+Green+Blue) = 207+106+206=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 106 (41.80% from 255 or 20.42% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6ACE is #309531. Grayscale: #939393. Windows color (decimal): -3183922 or 13527759. OLE color: 13527759.

HSL color Cylindrical-coordinate representation of color #CF6ACE: hue angle of 300.59º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF6ACE is Cyan = 0, Magento = 0.49, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 106 206 -
CMYK 0 0.49 0.00 0.19
HSL 300.59º 0.51% 0.61% -
HSV(B) 300.59º 0.49% 0.81% -
XYZ 42.03 28.03 61.59 -
YUV 147.6 160.96 170.37 -
System Red Green Blue C M Y K H S L
Decimal 207 106 206 0 0.49 0.00 0.19 300.59 0.51 0.61
Hex CF 6A CE 0 31 0 13 12D 33 3D
Octal 317 152 316 0 61 0 23 455 63 75
Binary 11001111 1101010 11001110 0 110001 0 10011 100101101 110011 111101

Color Harmonies of #CF6ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6ACE

Black with #CF6ACE

Text Example


Text Example

White with #CF6ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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