Html Css Color HEX #CB7ACF Orchid

📋 copy color: '#CB7ACF'

red 203 ◦ green 122 ◦ blue 207

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

Shades of Orchid #CB7ACF

Tints of Orchid #CB7ACF

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

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

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

Color convert

RGB 203 122 207 -
CMYK 0.02 0.41 0 0.19
HSL 297.18º 0.47% 0.65% -
HSV(B) 297.18º 0.41% 0.81% -
XYZ 42.85 31.12 62.78 -
YUV 155.91 156.84 161.59 -
System Red Green Blue C M Y K H S L
Decimal 203 122 207 0.02 0.41 0 0.19 297.18 0.47 0.65
Hex CB 7A CF 2 29 0 13 129 2F 41
Octal 313 172 317 2 51 0 23 451 57 101
Binary 11001011 1111010 11001111 10 101001 0 10011 100101001 101111 1000001

Color Harmonies of #CB7ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7ACF

Black with #CB7ACF

Text Example


Text Example

White with #CB7ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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