Html Css Color HEX #CF7BBA Orchid

📋 copy color: '#CF7BBA'

red 207 ◦ green 123 ◦ blue 186

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

Shades of Orchid #CF7BBA

Tints of Orchid #CF7BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.05%

R = 40.12%
G = 23.84%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF7BBA (or 0xCF7BBA) is known color: Orchid. HEX triplet: CF, 7B and BA. RGB value is (207,123,186). Sum of RGB (Red+Green+Blue) = 207+123+186=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 123 (48.44% from 255 or 23.84% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7BBA is #308445. Grayscale: #9B9B9B. Windows color (decimal): -3179590 or 12221391. OLE color: 12221391.

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

Color convert

RGB 207 123 186 -
CMYK 0 0.41 0.10 0.19
HSL 315º 0.47% 0.65% -
HSV(B) 315º 0.41% 0.81% -
XYZ 41.68 30.98 50.24 -
YUV 155.3 145.33 164.88 -
System Red Green Blue C M Y K H S L
Decimal 207 123 186 0 0.41 0.10 0.19 315 0.47 0.65
Hex CF 7B BA 0 29 A 13 13B 2F 41
Octal 317 173 272 0 51 12 23 473 57 101
Binary 11001111 1111011 10111010 0 101001 1010 10011 100111011 101111 1000001

Color Harmonies of #CF7BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7BBA

Black with #CF7BBA

Text Example


Text Example

White with #CF7BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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