Html Css Color HEX #CF7BCC Orchid

📋 copy color: '#CF7BCC'

red 207 ◦ green 123 ◦ blue 204

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

Shades of Orchid #CF7BCC

Tints of Orchid #CF7BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.2%

R = 38.76%
G = 23.03%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CF7BCC (or 0xCF7BCC) is known color: Orchid. HEX triplet: CF, 7B and CC. RGB value is (207,123,204). Sum of RGB (Red+Green+Blue) = 207+123+204=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 123 (48.44% from 255 or 23.03% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7BCC is #308433. Grayscale: #9D9D9D. Windows color (decimal): -3179572 or 13401039. OLE color: 13401039.

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

Color convert

RGB 207 123 204 -
CMYK 0 0.41 0.01 0.19
HSL 302.14º 0.47% 0.65% -
HSV(B) 302.14º 0.41% 0.81% -
XYZ 43.71 31.79 60.96 -
YUV 157.35 154.33 163.41 -
System Red Green Blue C M Y K H S L
Decimal 207 123 204 0 0.41 0.01 0.19 302.14 0.47 0.65
Hex CF 7B CC 0 29 1 13 12E 2F 41
Octal 317 173 314 0 51 1 23 456 57 101
Binary 11001111 1111011 11001100 0 101001 1 10011 100101110 101111 1000001

Color Harmonies of #CF7BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7BCC

Black with #CF7BCC

Text Example


Text Example

White with #CF7BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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