Html Css Color HEX #CF75C5 Orchid

📋 copy color: '#CF75C5'

red 207 ◦ green 117 ◦ blue 197

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

Shades of Orchid #CF75C5

Tints of Orchid #CF75C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.81%

R = 39.73%
G = 22.46%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CF75C5 (or 0xCF75C5) is known color: Orchid. HEX triplet: CF, 75 and C5. RGB value is (207,117,197). Sum of RGB (Red+Green+Blue) = 207+117+197=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CF75C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF75C5 is #308A3A. Grayscale: #989898. Windows color (decimal): -3181115 or 12940751. OLE color: 12940751.

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

Color convert

RGB 207 117 197 -
CMYK 0 0.43 0.05 0.19
HSL 306.67º 0.48% 0.64% -
HSV(B) 306.67º 0.43% 0.81% -
XYZ 42.17 30.02 56.39 -
YUV 153.03 152.82 166.5 -
System Red Green Blue C M Y K H S L
Decimal 207 117 197 0 0.43 0.05 0.19 306.67 0.48 0.64
Hex CF 75 C5 0 2B 5 13 133 30 40
Octal 317 165 305 0 53 5 23 463 60 100
Binary 11001111 1110101 11000101 0 101011 101 10011 100110011 110000 1000000

Color Harmonies of #CF75C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF75C5

Black with #CF75C5

Text Example


Text Example

White with #CF75C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF75C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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