Html Css Color HEX #CF7AB7 Orchid

📋 copy color: '#CF7AB7'

red 207 ◦ green 122 ◦ blue 183

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

Shades of Orchid #CF7AB7

Tints of Orchid #CF7AB7

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.83%

 BLUE value IS 183 (71.88% from 255) = 35.74%

R = 40.43%
G = 23.83%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CF7AB7 (or 0xCF7AB7) is known color: Orchid. HEX triplet: CF, 7A and B7. RGB value is (207,122,183). Sum of RGB (Red+Green+Blue) = 207+122+183=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7AB7 is #308548. Grayscale: #9A9A9A. Windows color (decimal): -3179849 or 12024527. OLE color: 12024527.

HSL color Cylindrical-coordinate representation of color #CF7AB7: hue angle of 316.94º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF7AB7 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 122 183 -
CMYK 0 0.41 0.12 0.19
HSL 316.94º 0.47% 0.65% -
HSV(B) 316.94º 0.41% 0.81% -
XYZ 41.24 30.6 48.53 -
YUV 154.37 144.16 165.54 -
System Red Green Blue C M Y K H S L
Decimal 207 122 183 0 0.41 0.12 0.19 316.94 0.47 0.65
Hex CF 7A B7 0 29 C 13 13D 2F 41
Octal 317 172 267 0 51 14 23 475 57 101
Binary 11001111 1111010 10110111 0 101001 1100 10011 100111101 101111 1000001

Color Harmonies of #CF7AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7AB7

Black with #CF7AB7

Text Example


Text Example

White with #CF7AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7AB7; }

 p { color: rgb(207,122,183); }

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

background-color css

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

 a { background-color: rgb(207,122,183); }

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

border-color css

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

 span { border-color: rgb(207,122,183); }

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