Html Css Color HEX #CF75C7 Orchid

📋 copy color: '#CF75C7'

red 207 ◦ green 117 ◦ blue 199

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

Shades of Orchid #CF75C7

Tints of Orchid #CF75C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.05%

R = 39.58%
G = 22.37%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CF75C7 (or 0xCF75C7) is known color: Orchid. HEX triplet: CF, 75 and C7. RGB value is (207,117,199). Sum of RGB (Red+Green+Blue) = 207+117+199=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 117 (46.09% from 255 or 22.37% from 523); Blue value is 199 (78.12% from 255 or 38.05% from 523); Max value from RGB is 207 - color contains mainly: red. Hex color #CF75C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF75C7 is #308A38. Grayscale: #999999. Windows color (decimal): -3181113 or 13071823. OLE color: 13071823.

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

Color convert

RGB 207 117 199 -
CMYK 0 0.43 0.04 0.19
HSL 305.33º 0.48% 0.64% -
HSV(B) 305.33º 0.43% 0.81% -
XYZ 42.4 30.11 57.61 -
YUV 153.26 153.82 166.33 -
System Red Green Blue C M Y K H S L
Decimal 207 117 199 0 0.43 0.04 0.19 305.33 0.48 0.64
Hex CF 75 C7 0 2B 4 13 131 30 40
Octal 317 165 307 0 53 4 23 461 60 100
Binary 11001111 1110101 11000111 0 101011 100 10011 100110001 110000 1000000

Color Harmonies of #CF75C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF75C7

Black with #CF75C7

Text Example


Text Example

White with #CF75C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF75C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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