Html Css Color HEX #CF7BB8 Orchid

📋 copy color: '#CF7BB8'

red 207 ◦ green 123 ◦ blue 184

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

Shades of Orchid #CF7BB8

Tints of Orchid #CF7BB8

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.93%

 BLUE value IS 184 (72.27% from 255) = 35.8%

R = 40.27%
G = 23.93%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CF7BB8 (or 0xCF7BB8) is known color: Orchid. HEX triplet: CF, 7B and B8. RGB value is (207,123,184). Sum of RGB (Red+Green+Blue) = 207+123+184=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 123 (48.44% from 255 or 23.93% from 514); Blue value is 184 (72.27% from 255 or 35.80% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7BB8 is #308447. Grayscale: #9A9A9A. Windows color (decimal): -3179592 or 12090319. OLE color: 12090319.

HSL color Cylindrical-coordinate representation of color #CF7BB8: hue angle of 316.43º 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 #CF7BB8 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 123 184 -
CMYK 0 0.41 0.11 0.19
HSL 316.43º 0.47% 0.65% -
HSV(B) 316.43º 0.41% 0.81% -
XYZ 41.47 30.89 49.12 -
YUV 155.07 144.33 165.04 -
System Red Green Blue C M Y K H S L
Decimal 207 123 184 0 0.41 0.11 0.19 316.43 0.47 0.65
Hex CF 7B B8 0 29 B 13 13C 2F 41
Octal 317 173 270 0 51 13 23 474 57 101
Binary 11001111 1111011 10111000 0 101001 1011 10011 100111100 101111 1000001

Color Harmonies of #CF7BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7BB8

Black with #CF7BB8

Text Example


Text Example

White with #CF7BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7BB8; }

 p { color: rgb(207,123,184); }

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

background-color css

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

 a { background-color: rgb(207,123,184); }

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

border-color css

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

 span { border-color: rgb(207,123,184); }

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