Html Css Color HEX #CF7CCB Orchid

📋 copy color: '#CF7CCB'

red 207 ◦ green 124 ◦ blue 203

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

Shades of Orchid #CF7CCB

Tints of Orchid #CF7CCB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.22%

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

R = 38.76%
G = 23.22%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CF7CCB (or 0xCF7CCB) is known color: Orchid. HEX triplet: CF, 7C and CB. RGB value is (207,124,203). Sum of RGB (Red+Green+Blue) = 207+124+203=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 124 (48.83% from 255 or 23.22% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7CCB is #308334. Grayscale: #9D9D9D. Windows color (decimal): -3179317 or 13335759. OLE color: 13335759.

HSL color Cylindrical-coordinate representation of color #CF7CCB: hue angle of 302.89º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF7CCB is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 124 203 -
CMYK 0 0.40 0.02 0.19
HSL 302.89º 0.46% 0.65% -
HSV(B) 302.89º 0.4% 0.81% -
XYZ 43.72 31.99 60.37 -
YUV 157.82 153.5 163.08 -
System Red Green Blue C M Y K H S L
Decimal 207 124 203 0 0.40 0.02 0.19 302.89 0.46 0.65
Hex CF 7C CB 0 28 2 13 12F 2E 41
Octal 317 174 313 0 50 2 23 457 56 101
Binary 11001111 1111100 11001011 0 101000 10 10011 100101111 101110 1000001

Color Harmonies of #CF7CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7CCB

Black with #CF7CCB

Text Example


Text Example

White with #CF7CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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