Html Css Color HEX #CF75BA Orchid

📋 copy color: '#CF75BA'

red 207 ◦ green 117 ◦ blue 186

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

Shades of Orchid #CF75BA

Tints of Orchid #CF75BA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.94%

 BLUE value IS 186 (73.05% from 255) = 36.47%

R = 40.59%
G = 22.94%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF75BA (or 0xCF75BA) is known color: Orchid. HEX triplet: CF, 75 and BA. RGB value is (207,117,186). Sum of RGB (Red+Green+Blue) = 207+117+186=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CF75BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF75BA is #308A45. Grayscale: #979797. Windows color (decimal): -3181126 or 12219855. OLE color: 12219855.

HSL color Cylindrical-coordinate representation of color #CF75BA: hue angle of 314º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF75BA is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 117 186 -
CMYK 0 0.43 0.10 0.19
HSL 314º 0.48% 0.64% -
HSV(B) 314º 0.43% 0.81% -
XYZ 40.96 29.53 50 -
YUV 151.78 147.32 167.39 -
System Red Green Blue C M Y K H S L
Decimal 207 117 186 0 0.43 0.10 0.19 314 0.48 0.64
Hex CF 75 BA 0 2B A 13 13A 30 40
Octal 317 165 272 0 53 12 23 472 60 100
Binary 11001111 1110101 10111010 0 101011 1010 10011 100111010 110000 1000000

Color Harmonies of #CF75BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF75BA

Black with #CF75BA

Text Example


Text Example

White with #CF75BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF75BA; }

 p { color: rgb(207,117,186); }

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

background-color css

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

 a { background-color: rgb(207,117,186); }

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

border-color css

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

 span { border-color: rgb(207,117,186); }

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