Html Css Color HEX #CF7ACB Orchid

📋 copy color: '#CF7ACB'

red 207 ◦ green 122 ◦ blue 203

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

Shades of Orchid #CF7ACB

Tints of Orchid #CF7ACB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.93%

 BLUE value IS 203 (79.69% from 255) = 38.16%

R = 38.91%
G = 22.93%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CF7ACB (or 0xCF7ACB) is known color: Orchid. HEX triplet: CF, 7A and CB. RGB value is (207,122,203). Sum of RGB (Red+Green+Blue) = 207+122+203=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7ACB is #308534. Grayscale: #9C9C9C. Windows color (decimal): -3179829 or 13335247. OLE color: 13335247.

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

Color convert

RGB 207 122 203 -
CMYK 0 0.41 0.02 0.19
HSL 302.82º 0.47% 0.65% -
HSV(B) 302.82º 0.41% 0.81% -
XYZ 43.47 31.5 60.29 -
YUV 156.65 154.16 163.91 -
System Red Green Blue C M Y K H S L
Decimal 207 122 203 0 0.41 0.02 0.19 302.82 0.47 0.65
Hex CF 7A CB 0 29 2 13 12F 2F 41
Octal 317 172 313 0 51 2 23 457 57 101
Binary 11001111 1111010 11001011 0 101001 10 10011 100101111 101111 1000001

Color Harmonies of #CF7ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7ACB

Black with #CF7ACB

Text Example


Text Example

White with #CF7ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7ACB; }

 p { color: rgb(207,122,203); }

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

background-color css

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

 a { background-color: rgb(207,122,203); }

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

border-color css

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

 span { border-color: rgb(207,122,203); }

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